On Fri, Jun 30, 2017 at 06:34:49PM +0200, Dejan Jocic wrote:
> If you want to
> prevent automatic upgrades and disable them, because you want to do it
> manually like you are used to, you should edit file
> /etc/apt/apt.conf.d/20auto-upgrades and change it from this:
> 
> APT::Periodic::Update-Package-Lists "1";
> APT::Periodic::Unattended-Upgrade "1";
> 
> to this:
> 
> APT::Periodic::Update-Package-Lists "0";
> APT::Periodic::Unattended-Upgrade "0";

Or you can just remove the unattended-upgrades package, right?

Reply via email to