Answer the question
In order to leave comments, you need to log in
How to remove a package with dependencies in Debian?
Gent is
easy
: emerge -c
Debian
, whatever
you
try
.
Is there a command similar to emerge -c that will remove a package with all of its dependencies that are not used by other packages?
Answer the question
In order to leave comments, you need to log in
apt-get purge package
then
apt-get autoremove # (removes any auto-depended packages that are no longer needed).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question