Well it took me years to finally read man eopkg
. No surprises but I never use this command:
"autoremove (rmf) <package1> <package2> ...
Remove a package from the system, along with reverse dependencies and
any automatically installed packages related to this package that are
now no longer required. This ensures a full removal for direct
runtime dependencies instead of just reverse dependencies."
Question 1-
If I started removing packages this way like sudo -rmf nautilus
(for example) and just used that it looks like I could take sudo eopkg rmo
out my monthly cleaning regime?
in the -rmo
text it beautifully cryptically says this "Note that in Solus terminology an orphan is a proveable concept, not an automatic heuristic. Thus, the only
candidates in the algorithm are those packages that
were marked automatic as dependencies of another operation,
and are no longer required by other packages on the system"
So my question is should I uninstall programs -rmf
and never worry about using -rmo
again? Sounds like it.
Thanks.