Posts tagged with tips
One way to unemerge lots of unneeded packages on Gentoo Linux
Dennis - October 3rd, 2007
Published in System Administration
As part of a recent project, I had installed a lot of packages on a separate machine to test my configuration. As is common, with Gentoo, you want to run the following before you actually emerge anything:
emerge -p <package_name>
In this particular case, I noticed the dependency list was pretty long (50 packages to be [...]
No Comments