cleaning up. Removing packages that are unnecessary.
DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
cleaning up. Removing packages that are unnecessary.
Would some one here take the time out of their busy schedule to help me go through and decide what packages I need and which ones I don't? I've got abou 3.5GB of my 5GB used, and I'd like to clear it some more. I have KDE installed(which may be the reason I have such a big space taken up). If anyone know's how to list all the packages currently installed, I'll do that and post it here. I know I know, I'm being lazy. But I'm not...I'm just not sure what I need and what I don't.
You can list installed packages by size with:
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -n
Some stuff to remove would be localisation files like the i18n packages. Also apt-get install localepurge and deborphan. It's a bit difficult for others to say which packages you don't need
thank you. Is it probable that all the downloaded packages(apt-get clean will remove them) is what are taking up most of the space? I'd forgotten that installing over the network causes this. I installed my system, and the first set of packages via CD, and it doesn't copy the packages off of the CD. Thanks again
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.