Adds a remove-packages*,remove-orphans combined command. Wasn't documented under apt's manual, however, was described in apt-get's manual, and works with the apt frontend.
remove-packages-limited,remove-orphans (apt remove --autoremove)
remove-packages-full,remove-orphans (apt purge --autoremove)
Added --noautoremove to dnf's remove-packages operation and added regular remove operation into remove-packages*,remove-orphans as that is what the command does
Adds a remove-packages*,remove-orphans combined command. Wasn't documented under apt's manual, however, was described in apt-get's manual, and works with the apt frontend.
remove-packages-limited,remove-orphans
(apt remove --autoremove)remove-packages-full,remove-orphans
(apt purge --autoremove)