To unmerge a package, you simply would use the following:
- Code: Select all
emerge -C knetworkmanager
To emerge a package, you can first look it up by using -s, like this:
- Code: Select all
emerge -s wlassistant
This will display all packages with the keywords you specify. If you already know the name of the package you're looking for, just use:
- Code: Select all
emerge -a wlassistant
It will calculate all dependencies, show them to you, and verify that you want to continue with the emerge. Also,
this thread may be of some help.
Good luck!