Skip to content

Instantly share code, notes, and snippets.

@aramatev
Last active February 15, 2018 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aramatev/c1b0237948f4609bba9b981d95917b8b to your computer and use it in GitHub Desktop.
Save aramatev/c1b0237948f4609bba9b981d95917b8b to your computer and use it in GitHub Desktop.
link: https://help.ubuntu.com/community/EOLUpgrades
Step 1. Update sources.list
## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ yakkety main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ yakkety-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ yakkety-security main restricted universe multiverse
# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse
Step 2.
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment