Advertisement
cryptocurinfo

How to upgrade your linux Distro

Jun 9th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //How to upgrade your linux Distro
  2.  
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. sudo apt-get dist-upgrade
  6.  
  7. sudo reboot
  8.  
  9. sudo apt-get install update-manager-core
  10. sudo do-release-upgrade
  11.  
  12. sudo do-release-upgrade -d
  13.  
  14. //After this you may run into a little snag with graphics not working if so just type this
  15.  
  16. sudo apt-get install --reinstall ubuntu-desktop
  17. sudo reboot
  18.  
  19.  
  20. https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement