Guest User

Untitled

a guest
Nov 12th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # Ubuntu 14.04 LTS Upgrade zu Ubuntu 16.04.5 LTS
  2.  
  3. ```
  4. sudo apt update
  5. sudo apt upgrade
  6. sudo apt install update-manager-core
  7. sudo do-release-upgrade
  8. ```
  9.  
  10. ## Nachdem Upgrade auf Ubuntu 16.04 LTS
  11.  
  12. ```
  13. sudo dpkg-reconfigure keyboard-configuration
  14. ```
  15.  
  16.  
  17. # Ubuntu 16.04.5 LTS Upgrade zu Ubuntu 18.04 LTS
  18.  
  19. ```
  20. sudo apt update
  21. sudo apt upgrade
  22. sudo apt install update-manager-core
  23. sudo do-release-upgrade
  24. ```
  25.  
  26. # Ubuntu 18.04 LTS
  27.  
  28. ```
  29. sudo apt update
  30. sudo apt upgrade
  31. ```
Add Comment
Please, Sign In to add comment