bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
602 stars 65 forks source link

pmm: apt: Add remove-packages*,remove-orphans combined command #211

Closed NICHOLAS85 closed 3 years ago

NICHOLAS85 commented 3 years ago

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)

NICHOLAS85 commented 3 years ago

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

paradigm commented 3 years ago

Looks good to me!