Q1: I emerged <package>, how do I uninstall it?
A: You can uninstall a package by running:
Code: Select all
emerge -C <package>A: You can uninstall a specific version of a package by running:
Code: Select all
emerge -C =package-versionCode: Select all
emerge -C \<package-version
emerge -C "<package-version"A: The prune options assumes you want to keep the version that was last emerged. For instance, if you run emerge -e world, it isn't necessary the case that the highest version of a slotted package is installed last.
For further information please also take a look at:
Code: Select all
emerge --help
man portage2006-02-13: Added Q2, Q3 and link to SA5. --kallamej
