Jan Walraven
DevOps



Menu
Categories:
Posted on

To list the packages which will be removed with apt autoremove, run the following command:

apt-get --dry-run autoremove | grep -Po '^Remv \K[^ ]+'