norayr/ept-get
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ept-get
ept-get allows to recoursively remove software on gentoo linux.
It might also be useful for those, who already familiar with apt-get usage
ept-get depends on [epkg](https://github.com/norayr/epkg)
Usage:
ept-get remove packagename
Removes package and all packages which depend on that package
ept-get install package
Installs package (this one just calls emerge)
ept-get update (calls emerge --sync)
ept-get --download-only package (calls emerge -f package)