LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apt-get remove purge wicd still there (https://www.linuxquestions.org/questions/linux-newbie-8/apt-get-remove-purge-wicd-still-there-927671/)

fixles 02-04-2012 09:55 PM

apt-get remove purge wicd still there
 
Hi,

I'm trying to remove wicd from ubuntu 10.4 with apt-get remove wicd and apt-get purge wicd but its still in the start menu and runs when I click it?

How do i get uninstall wicd?

Thanks

TroN-0074 02-04-2012 10:08 PM

try to remove through synaptic package manager by selecting it and mark it for removal

ukiuki 02-05-2012 01:38 AM

You can NOT remove or purge with apt-get, it is only for install programs, dpkg is what you should use for that.

Regards

Quote:

Originally Posted by craigevil (Post 4594710)
What distro are you running? Doh yes apt-get purge is what you would use.
....

Stay wake too long and late looking through too many different distros without enough coffee generate that kind of output, glady somebody is wake :) !!

Regards

craigevil 02-05-2012 08:33 PM

Quote:

Originally Posted by ukiuki (Post 4594127)
You can NOT remove or purge with apt-get, it is only for install programs, dpkg is what you should use for that.

Regards

What distro are you running? Doh yes apt-get purge is what you would use.

There are several wicd packages, the ones that show up in Menu are:
wicd-gtk - wired and wireless network manager - GTK+ client
wicd-kde - Wired and wireless network manager - plasmoid

Although they should be removed when you remove 'wicd' which is just a metapackage.

Try running update-menus as user not root.

You can also do:
Code:

apt-get purge wicd*


All times are GMT -5. The time now is 11:27 PM.