You may/will see errors after the recent dist-upgrades that spit out this when you do a sudo apt-get autoremove:
Failure running script /usr/sbin/apt-listbugs apt || exit 10
To correct this and get apt working do the following:
sudo medit /etc/apt/apt.conf.d/10apt-listbugs
and comment out this line
DPkg::Pre-Install-Pkgs {"/usr/sbin/apt-listbugs apt || exit 10";};
Save it and rerun
sudo apt-get autoremove
Thanks, that did it :)
Great to know, thanks VastOne!
Thanks VastOne!
I avoid these issues by never updating and certainly never removing unneeded files....... ;D