I am trying to completely remove some of the applications, using Synaptic Package Manager, that I have uninstalled in Ubuntu 11.04. I'm pretty sure I am doing everything correctly. I check the application as "mark for complete removal," but the Apply button stays unclickbable. I also tried 'sudo apt-get purge (application)', and that isn't doing it either. Is this a bug or what?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
this has just worked for me:
|
|||
|
|
This command removes an installed package, leaving configuration files intact.
This command completely removes a package and the associated configuration files. Configuration files residing in ~ are not usually affected by this command.
This command removes packages that were installed by other packages and are no longer needed. |
|||
|
sudo aptitude remove --purge <package>? – The Lord of Time Jun 9 '11 at 19:27