Monday, May 29, 2017

Disable Ubuntu automatic periodic updates


Change /etc/apt/apt.conf.d/10periodic and make that value to be 0 like below
APT::Periodic::Update-Package-Lists "0";
Then disable the following services:
systemctl disable apt-daily.timer
systemctl disable apt-daily.service

No comments:

Post a Comment