0
votes
1answer
41 views

Uninstall build dependencies using apt-get

To install the build dependencies of some software, we use command $ sudo apt-get build-dep XXXX What to do in case we want to remove those packages only, those dependency packages installed by ...
2
votes
1answer
187 views

Uninstall Ubuntu TV

i was testing and installed Ubuntu TV via instructions which can be found here. https://wiki.ubuntu.com/UbuntuTV/Contributing But how do I remove it? make uninstall doesn't work and I am stuck. It is ...
22
votes
5answers
5k views

If I build a package from source how can I uninstall or remove completely?

I used source code to build one package such as below: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-package-name="Myplugin" ...
2
votes
1answer
285 views

How do I clean build and installs, ie un-build?

I have installed and downloaded and built mongodb, and just one works. $ mongo mongo: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory $ ...