Created
February 15, 2017 16:18
-
-
Save alpegon/563dd824ce54828de9f9c09dd1a6d204 to your computer and use it in GitHub Desktop.
Disable auto update and upgrade Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From https://www.hiroom2.com/2016/05/18/ubuntu-16-04-auto-apt-update-and-apt-upgrade/ | |
# Fix dpkg error in ubuntu 16 | |
sudo systemctl disable apt-daily.service # disable run when system boot | |
sudo systemctl disable apt-daily.timer # disable timer run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment