Skip to content

Instantly share code, notes, and snippets.

@alpegon
Created February 15, 2017 16:18
Show Gist options
  • Save alpegon/563dd824ce54828de9f9c09dd1a6d204 to your computer and use it in GitHub Desktop.
Save alpegon/563dd824ce54828de9f9c09dd1a6d204 to your computer and use it in GitHub Desktop.
Disable auto update and upgrade Ubuntu 16.04
# 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