VSIDO Community

VSIDO Support => General Support => Topic started by: VastOne on September 02, 2013, 12:40:04 PM

Title: Errors when using sudo apt-get autoremove
Post by: VastOne on September 02, 2013, 12:40:04 PM
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
Title: Re: Errors when using sudo apt-get autoremove
Post by: blaze on September 02, 2013, 02:34:04 PM
Thanks, that did it  :)
Title: Re: Errors when using sudo apt-get autoremove
Post by: valroadie on September 02, 2013, 03:58:20 PM
Great to know, thanks VastOne!
Title: Re: Errors when using sudo apt-get autoremove
Post by: lwfitz on December 20, 2013, 09:41:29 PM
Thanks VastOne!

I avoid these issues by never updating and certainly never removing unneeded files.......  ;D