On Sat, Jan 05, 2019 at 08:45:37AM -0500, songbird wrote: > APT::Clean-Installed "false"; > APT::NeverAutoRemove { "linux-image.*"; }; // packages that should never > // considered for autoRemove
Yeah, personally I'm all about that Never Auto Remove. wooledg:~$ cat /etc/apt/apt.conf.d/99local APT::NeverAutoRemove "."; This completely disables that "feature" and leaves my system alone, just how I want it.