Top 5 emerge commands
- 2
- Add a Comment
Just so you will know, emerge is the package management tool for Gentoo linux. It is “the command-line interface to the portage system” (from emerge man-pages).
On with my top-5:
#1 emerge –sync
This command synchronizes your local collection of packages with the latest sources available from Gentoo. You should sync your portage directory at least weekly. You [...]
