Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Removing packages

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
PL99
Posts: 22
Joined: 2004-03-05 21:43
Location: Austria

Removing packages

#1 Post by PL99 »

When want to clean my installation I want to delete some installed packages. When I do this with apt-get not everthing is removed.
How can I remove the "left over""packages?

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

'dpkg --purge' will remove all files from a package, including config files. It cannot handle depedencies like 'apt-get remove', but does not leave files on the system.

The only exception (to my knowledge) is the mysql-server package (so probably other sql servers fallinto this category). Mysql-servers offers an option to remove the databases after purging the package, and if you say no, the database files will remain no matter what.

Post Reply