Skip to content

Use emerge --depclean to uninstall

The emerge --unmerge command is unsafe because it doesn't verify reverse dependencies before removing a, possibly important, package. The emerge --depclean command, on the other hand, only removes packages when it is safe to do so.

Merge request reports