Remove configuration files
**** ¡Hello there! This is my question: if I wish to eliminate a package plus its configuration files with APT, I just type:
**** sudo apt-get remove --purge package **** However, if I have removed packages without eliminate its configuration files (without the command --purge), how can I then eliminate its configuration files, after I have already eliminated the package? Thank you. -- Allan Xavier Aguilar Castillo pokerom84@gmail.com GNU is not Unix |
Remove configuration files
#dpkg -P packagename
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Remove configuration files
Allan Xavier Aguilar Castillo (2008-10-30 14:46 -0600) wrote:
> However, if I have removed packages without eliminate its > configuration files (without the command --purge), how can I then > eliminate its configuration files, after I have already eliminated the > package? Thank you. With aptitude. Try "search" first: aptitude search '~c' This displays all packages which have config files left. You can remove them with "sudo aptitude purge" or even all of them at once: sudo aptitude purge '~c' -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
Remove configuration files
Allan Xavier Aguilar Castillo schreef:
> ¡Hello there! This is my question: if I wish to eliminate a package > plus its configuration files with APT, I just type: > > sudo apt-get remove --purge /package > > /However, if I have removed packages without eliminate its > configuration files (without the command /--purge/), how can I then > eliminate its configuration files, after I have already eliminated the > package? Thank you. The same way as above, just do sudo aptitude purge package > > -- > Allan Xavier Aguilar Castillo > pokerom84@gmail.com <mailto:pokerom84@gmail.com> > GNU is not Unix |
Remove configuration files
**** ¡Hello there! I solved it this way:
**** sudo aptitude purge '~'c **** Thank you very much! -- Allan Xavier Aguilar Castillo pokerom84@gmail.com GNU is not Unix |
| All times are GMT. The time now is 10:07 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.