Created
November 12, 2018 22:27
-
-
Save lexruee/1650bed42a060c49f75c8941e4aa6bec to your computer and use it in GitHub Desktop.
Ubuntu Upgrade path from 14.04 LTS to 18.04 LTS
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
# Ubuntu 14.04 LTS Upgrade zu Ubuntu 16.04.5 LTS | |
``` | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install update-manager-core | |
sudo do-release-upgrade | |
``` | |
## Nachdem Upgrade auf Ubuntu 16.04 LTS | |
``` | |
sudo dpkg-reconfigure keyboard-configuration | |
``` | |
# Ubuntu 16.04.5 LTS Upgrade zu Ubuntu 18.04 LTS | |
``` | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install update-manager-core | |
sudo do-release-upgrade | |
``` | |
# Ubuntu 18.04 LTS | |
``` | |
sudo apt update | |
sudo apt upgrade | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment