*COMPLETELY* remove software?

Asked by Justin White

How do I COMPLETELY remove a program? I want EVERYTHING gone. Where when I reinstall it, it's acting as if it was NEVER installed? I don't want it to be able to "select preselected settings" or whatever.

Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Dan Kegel (dank) said :
#1

Depends on the program.

In general, it sufficies to remove the ~/.wine directory to reliably
wipe all traces of all Windows apps. (That's the nuclear bomb
option, and I use it often, but then I don't have a lot of
installed Windows apps.)

But some windows apps might store settings in your home directory, so it depends on the app.

Revision history for this message
Justin White (justinwhite) said :
#2

Sorry, I didn't mean to put this in the Wine section, I was looking at one of my old posts, then pressed "Ask Question." In this case, it'd be Pidgin.

Revision history for this message
Justin White (justinwhite) said :
#3

Oh gosh. I am really sorry. I am having a tendency to press the wrong buttons. I think this will open the question back up.

Revision history for this message
Jonathan Thomas (echidnaman) said :
#4

sudo apt-cache purge pidgin should do the trick.

Revision history for this message
Jim Hutchinson (jphutch) said :
#5

When uninstalling an app you can also

sudo apt-get --purge remove pidgin

However, I've noticed that this doesn't always do what I think it should. Sometimes you just have to locate the hidden folder in your /home/user directory and delete that. Maybe the apt-cache option above works better. I'll have to try that sometime and see.

Revision history for this message
Tiefflieger (tiefflieger) said :
#6

apt-cache purge pidgin
raises an error saying that there's no such parameter: "purge"

I'v encountered the problem that not everything is uninstalled several times. Using "apt-get --purge remove ...." is supposed to delete more than "apt-get remove", but I haven't ever been able to see a difference between these two options. It was never like the uninstalled applications never existed as Justin described at the beginning.

(btw, its "Remove" and "Remove completely" in the synaptic package manager, isn't it?)

Revision history for this message
Jonathan Thomas (echidnaman) said :
#7

Oh, my bad.
sudo apt-get purge pidgin

Revision history for this message
Justin White (justinwhite) said :
#8

Nope, it doesn't completely remove it. And, there doesn't seem to be a hidden folder for Pidgin. =\

Revision history for this message
Justin White (justinwhite) said :
#9

I've also tried

-----------
sudo apt-get --purge autoremove pidgin-data
-----------

It doesn't work either.

Revision history for this message
Jim Hutchinson (jphutch) said :
#10

Try it this way.

sudo apt-get --purge remove pidgin

not autoremove.

Revision history for this message
Loye Young (loyeyoung) said :
#11

The procedure Dan suggests is the most fool-proof. Removing apps under Wine
has the same limitations as removing them under Windows -- the uninstall
script is only as good as the developer who wrote it. Because the
installation is proprietary (usually), there's not much way to know if
everything was removed.

If you are brave and you have other programs you don't want to install, you
can try your hand at editing the registry to clean out the kruft. There's a
regedit.exe GUI that is a functional replacement for the registry editor
Microsoft ships. Be careful to make a backup copy of the files ending in
".reg" found at ~/.wine/. The windows registry is a finicky beast.

Revision history for this message
Bhavani Shankar (bhavi) said :
#12

Try this:

sudo apt-get remove --purge pidgin

and if it doesnt work

paste the output of:

whereis pidgin

Regards

Revision history for this message
Tiefflieger (tiefflieger) said :
#13

In order to locate files of an applications, I often use
sudo find /* -iname *pidgin*

this searches the entire filesystem for a file or directory with "pidgin" in its name. that takes quite some time and if there are many results, you may want to write the output in a file via

sudo find /* -iname *pidgin* > out

to cancel the search-progress press ctrl-c

Revision history for this message
ch (littlesnowfox) said :
#14

Hi! The problem with Pidgin is that the data is hidden in a folder in your home folder called .purple. To get to it, go to /home/YOURUSERNAMEHERE/.purple

Can you help with this problem?

Provide an answer of your own, or ask Justin White for more information if necessary.

To post a message you must log in.