Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-19-2008, 10:02 PM
gregor herrmann
 
Posts: n/a
Re: Clean up debian

On Tue, 17 Jun 2008 13:32:56 +0100, Sheridan Hutchinson wrote:

> Great, that's sorted, now lets look at cruft let packages that have just
> been removed. Load up synaptic (or install it if necessary) and click
> 'reload' in the top-left hand area.
> Now click 'Status' in the bottom left-hand area, and then finally you'll
> see in the middle-left hand area 'Not installed (residual config).
> Click on that an admire all the removed packages that have left cruft.
> Select them all the right-click, select 'completely remove' then click
> apply.
> Close synaptic, and you're done.


or as a shell one-liner:

dpkg --list | grep '^rc\b' | awk '{ print $2 }' | xargs aptitude --assume-yes purge



gregor
--
.''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
: :' : debian gnu/linux user, admin & developer - http://www.debian.org/
`. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/
`- NP: Nguyên Lê: Mangustao
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:52 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108