Useful Portage tools
From Gentoo Wiki
Portage - the heart of Gentoo
emerge — configuration — ebuild repository — dispatch-conf
world file — USE flags — ebuilds — profiles
upgrades — using testing packages — binary packages
tools — gentoolkit — eselect
Portage FAQ — cheat sheet — FAQ
all articles
emerge — configuration — ebuild repository — dispatch-conf
world file — USE flags — ebuilds — profiles
upgrades — using testing packages — binary packages
tools — gentoolkit — eselect
Portage FAQ — cheat sheet — FAQ
all articles
This article provides a list of Gentoo-specific system management tools, notably for Portage, available in the ebuild repository.
Gentoolkit (app-portage/gentoolkit) contains several useful tools for users:
Name | Description |
---|---|
ebump | Ebuild revision bumper (more useful for developers). |
eclean | Tool for cleaning repository source files and binary packages. |
enalyze | Gentoo's installed packages analysis and repair tool. See man page, which states "CAUTION: This is beta software and is not yet feature complete". |
epkginfo | Wrapper to equery: display metadata about a given package. |
equery | Gentoo package query tool. |
eread | Script to read portage log items from einfo, ewarn etc. |
eshowkw | Display keywords for specified package(s). |
euse | Tool to see, set and unset USE flags at various places. |
imlate | Displays candidates for keywords for an architecture (more useful for developers?). |
revdep-rebuild | Reverse Dependency rebuilder. Generally not necessary to run this tool anymore. |