0
votes
1answer
81 views

uninstall packages using dpkg

I want to uninstall openoffice package and want to do this using single command or regular expression i.e dpkg -r openoffice-org* but dpkg doesnot accept wild cards how can i uninstall all the ...
0
votes
1answer
120 views

How to get rid of unwanted software? [duplicate]

Possible Duplicate: What is the correct way to completely remove an application? Is it possible to undo an apt-get install command? Most of the time when I want to try a new program, the ...
0
votes
3answers
73 views

Uninstalling programs/packages

I recently installed tools for android development (eclipse ADT ...) and I installed incorrectly and would like to restart from the beginning. I installed a few packages out of order and I am having ...
0
votes
0answers
161 views

how to do factory resetting in Ubuntu 12.10?

Is there anyway to do factory resetting in Ubuntu, just like we do in our smart phones? I am in deep trouble to install/uninstall anything which uses gcc. I accidentally uninstalled gcc, infact ...
1
vote
1answer
284 views

How to keep just Xubuntu?

I've installed lubuntu-desktop and xubuntu-desktop on an Ubuntu 12.10 installation. Is there any way to remove the default gnome/unuty programs or at least the applications in the lubuntu-desktop ...
3
votes
3answers
487 views

How to keep only ubuntu-minimal?

How can I remove all packages from Ubuntu and make sure ubuntu-minimal will not be lost?
1
vote
3answers
1k views

What is the Difference Between `apt-get purge` and `apt-get remove`? [duplicate]

Possible Duplicate: What is the correct way to completely remove an application? Is there any difference between sudo apt-get purge <package-name> and sudo apt-get remove ...
0
votes
1answer
20 views

Delete Data on Mednafen

could you tell me to delete data on Mednafen? Uninstalling just only leave the data. not to delete the data, just delete installation. I have a harmful command configuration. that's make me stuck! and ...
1
vote
2answers
1k views

I Cannot install or remove packages

I tried to install the openoffice.org package but it gave an error. Now i cannot repair, remove or install nothing. The Software center of xubuntu gives this error log. Nothing seems to solve this. I ...
1
vote
1answer
137 views

Can't download or remove software

Nothing works, whether it's an update, or software, or anything, even on Synaptic. I found another similar thread, and tried that but that didn't work. Synaptic is giving me the following message: ...
5
votes
2answers
148 views

Detecting packages that i am not using to uninstall them

I've been using ubuntu for almost four years now. I am pretty sure there are many applications and packages i never use (like empathy, for example) and i would like to know which ones they are. Is ...
0
votes
1answer
138 views

How to safely uninstall alternative package version?

Sometime ago, I installed S3TC packages via PPA to get the most updated package version. But now I want to uninstall it and get back the "standard" Ubuntu package version. When I tried to remove it ...
4
votes
1answer
337 views

Which is the best method to install/uninstall apps in Ubuntu?

While apps can be installed with the apt-get command, Synaptic Package Manager or Ubuntu Software Centre, can anybody throw some light on which is the best method? I recently installed kubuntu-desktop ...
2
votes
2answers
207 views

Why can't I log in after unistalling Python 2.7 and installing Python 3?

I uninstalled the Python 2.7 package to try and upgrade to Python 3. I uninstalled Python 2.7, and noticed some of my launcher items were completely gone. At this point I had installed Python 3. Now ...
1
vote
2answers
150 views

How do I find out which software/packages are installed from the date of installation of ubuntu?

I am about to uninstall Ubuntu entirely and reinstall a fresh copy. Before I do that I want to make a list of software/package that I have installed so far. Any way to list out? Update: The answer ...
0
votes
3answers
1k views

How do I remove or uninstall Deluge?

I upgraded to 12.04 and Deluge broke. I want to remove it and then add it again. How do I remove Deluge? Tried: Searching the Ubuntu Software Centre Failed: The button reads "Install" (but it's ...
2
votes
1answer
2k views

remove the ubuntu-desktop package

How does one go about removing the packages installed by ubuntu-desktop. I couldn't imagine going back to that after using LXDE.
0
votes
2answers
1k views

Why apt-get purge wants to install packages while I use --no-download and --no-install-recommends?

I am using Debian but I think this can be easily posted here. I have already uninstalled openoffice packages from my Debian machine but somehow apt-get put abiword in his place. Now I would like to ...
0
votes
1answer
142 views

Can I remove some packages with one command?

I want to remove all apache packages from my system (as I am transitioning to lighttpd). I have these installed : monkey@debVirtual:/etc/php5dpkg --get-selections | grep apachee] apache2-doc ...
0
votes
3answers
236 views

Removing packages through a list [closed]

I'm running Peppermint OS Two and it uses natty packages. I want to introduce some oneiric packages. As I go along I backup my list of packages and /var/cache/apt/archives. The plan is if I install ...
1
vote
1answer
218 views

Is it normal for aptitude to automatically remove packages during an installation?

Usually I install via apt-get or Software Center. For secure delete tools, I installed using aptitude. sudo aptitude install secure-delete aptitude however, removed a whole bunch of packages. ...
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" ...
1
vote
1answer
263 views

What packages did Midori install for it to run that I should uninstall to be completely rid of Midori?

I've installed Midori, tried it, and disliked it, so I've uninstalled it. Problem is, I forgot to keep track of what packages Midori installed along with itself, and since I'm trying to get rid of ...
2
votes
1answer
499 views

Can't remove CouchDB

Under 11.04, when I do sudo couchdb -V, I get a response like "couchdb - Apache CouchDB 1.1.1". When I do couchdb -V, without sudo, I get that no package/program like that is installed. I've tried ...
2
votes
1answer
169 views

How to uninstall non dependency packages?

How do you find all packages that were manually installed which are not a dependency of any other installed packages?
0
votes
1answer
134 views

Removing packages installed outside of Software Center [closed]

I installed a driver a while ago and now need to remove it to be able to install a new driver. The new driver is compatible with Software Center but will not install saying it cannot co-exist with the ...
2
votes
2answers
506 views

I can't remove a package - what should I do?

I'm trying to remove libavcodec52 package but it won't work. If I try through Software Central it just tells me it didn't work and to check my internet conection. If I try it at the terminal, this ...
1
vote
1answer
2k views

How do I remove manually installed packages?

I have followed this tutorial http://www.openldap.org/doc/admin24/quickstart.html on installing OpenLDAP, but now I want to remove it. I'm not sure which command should I use for that. Can somebody ...