DEV Community

Discussion on: 5 Must Know APT Commands for a Debian User

Collapse
 
oloryn profile image
Ben Coleman

And when I do autoremove, I normally do

sudo apt --purge autoremove

so any configuration files for the packages it removes are also removed. Of course, this is done often enough that it ought to be put into a script or an alias.

Collapse
 
shahbaz17 profile image
Mohammad Shahbaz Alam

Hmmm,

Nice suggestion.

sudo apt --purge autoremove