Re: dependency based boot sequencing
- From: Nuno Magalhães <nunomagalhaes@xxxxxxxxx>
- Date: Sun, 6 Sep 2009 21:13:05 +0100
On Sat,05.Sep.09, 21:33:42, Charles Kroeger wrote:
Some questions: is there a command in dpkg to purge these package related
files 'after' the package has been removed?
I hacked up this little script, which i often use:
apt-get autoclean;
apt-get autoremove;
orphaner;
rm -f /var/cache/apt/archives/*.deb
dpkg --purge $(dpkg --list |grep ^rc |awk '{print $2;}');
The line you want is the last one, that i got off the net somewhere.
HTH;
Nuno Magalhães
--
() ascii-rubanda kampajno - kontraŭ html-a retpoŝto
/\ ascii ribbon campaign - against html e-mail
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- dependency based boot sequencing
- From: Charles Kroeger
- Re: dependency based boot sequencing
- From: Andrei Popescu
- Re: dependency based boot sequencing
- From: Charles Kroeger
- dependency based boot sequencing
- Prev by Date: Re: Inquiry:How to totally wipe out the entire hard drive
- Next by Date: Re: Inquiry:How to totally wipe out the entire hard drive
- Previous by thread: Re: dependency based boot sequencing
- Next by thread: Re: dependency based boot sequencing
- Index(es):
Relevant Pages
|