This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[SOLVED] General uninstalling

kkoz83

Mon Aug 12, 2013 8:28:26 pm

Hi everybody, how are you?

I have some general "uninstalling" questions.

Is there any difference between removing Skype via terminal versus removing Skype via Software Center? Does a certain method remove all files more than another method?

Also, removing via the terminal, I noticed a line stating something like "use sudo apt-get autoremove". What is that code going to do?

Wolfman

Tue Aug 13, 2013 9:29:24 am

Hi,

for a full list of "apt" commands:

http://linux.die.net/man/8/apt-get

To remove an unwanted app, simply type the name of the unwanted app at the end of this terminal command:

Code:
sudo apt-get remove


As an example, choose the app "Qmail":

Code:
sudo apt-get remove qmail


The above will only remove the main body of the app but not its dependencies in case there are other packages relying on those dependencies!!.

This can also be done via Synaptic by opening Synaptic and typing the name of the app in search and right click it and mark it for complete removal!.

See also:

http://superuser.com/questions/428033/w ... e-in-linux

Regards Wolfman :D

kkoz83

Tue Aug 13, 2013 3:17:00 pm

Great, thanks :)

Wolfman

Wed Aug 14, 2013 6:05:00 am

Hi,

have marked as solved.

Regards Wolfman :D