Gentoo Tip: Emerge dependency of a package.

gentoo.png

Packages that are dependencies of other packages (i.e. have no use on their own) should be emerged as “oneshot”. This is because if the main package is removed so too will this package when “emerge –depclean” is run. Otherwise these dependent packages are added to the world file.

emerge --oneshot package

Related Posts

Comments are closed.