Differences between revisions 2 and 3
Revision 2 as of 2009-04-10 13:38:53
Size: 625
Editor: ?wekt
Comment:
Revision 3 as of 2009-04-10 13:57:44
Size: 701
Editor: ?wekt
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
* aptitude -F '%I %p' search '~i'|egrep '^[0-9]+[\.,]?[0-9]*[MG]B'|sort -n aptitude -F '%I %p' search '~i'|egrep '^[0-9]+[\.,]?[0-9]*[MG]B'|sort -n
Line 10: Line 10:
* wajig size wajig size
Line 19: Line 19:

=== Tools to alter files to reduce them ===
strip --strip-unneeded
upx-ucl

Translation(s): none

(!) ?Discussion


If you are running near the end of your disk space, the information here may help you.

Command line tools to see which package are using the most disk space:

aptitude -F '%I %p' search '~i'|egrep '^[0-9]+[\.,]?[0-9]*[MG]B'|sort -n

wajig size

Tools to erase

files you do not want

bleachbit localepurge

packages you do not want

deborphan debfoster

Tools to alter files to reduce them

strip --strip-unneeded upx-ucl