[Cialug] Emergency help.. What to remove to get disk space

Todd Walton tdwalton at gmail.com
Fri Jul 18 08:56:55 CDT 2008


On Fri, Jul 18, 2008 at 8:25 AM, Nathan C. Smith <nathan.smith at ipmvs.com> wrote:
> Anybody know of some common packages (ubuntu) I can remove to get some space back in a hurry?

Outside the package arena:

Make sure you've run `apt-get clean` and `apt-get autoclean`.  But
this probably won't help a whole lot.  You could use this command...
`du -cks * |sort -rn |head` ...to find space hogs in any given
directory.  Put a dot in front of the asterisk to find hidden files,
like certain Trash files.

-todd


More information about the Cialug mailing list