Guest User

Untitled

a guest
Jan 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. root@mysystem:~# apt update && apt dist-upgrade
  2. Hit:1 http://de.archive.ubuntu.com/ubuntu yakkety InRelease
  3. Hit:2 http://security.ubuntu.com/ubuntu yakkety-security InRelease
  4. Hit:3 http://de.archive.ubuntu.com/ubuntu yakkety-updates InRelease
  5. Hit:4 http://de.archive.ubuntu.com/ubuntu yakkety-backports InRelease
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. All packages are up to date.
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. Calculating upgrade... Done
  14. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  15. root@mysystem:~# apt-get install update-manager-core
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. update-manager-core is already the newest version (1:16.10.10).
  20. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  21. root@mysystem:~# nano /etc/update-manager/release-upgrades
  22. root@mysystem:~# do-release-upgrade -d
  23. Checking for a new Ubuntu release
  24. No new release found
  25. root@mysystem:~# lsb_release -a
  26. No LSB modules are available.
  27. Distributor ID: Ubuntu
  28. Description: Ubuntu 16.10
  29. Release: 16.10
  30. Codename: yakkety
  31. root@mysystem:~#
  32.  
  33. root@mysystem:~# do-release-upgrade -d
  34. Checking for a new Ubuntu release
  35. No new release found
  36. root@mysystem:~#
  37.  
  38. sudo apt update && sudo apt dist-upgrade
  39.  
  40. sudo apt-get install update-manager-core
  41.  
  42. sudo nano /etc/update-manager/release-upgrades
  43.  
  44. Prompt=normal
  45.  
  46. do-release-upgrade -d
  47.  
  48. lsb_release -a
  49.  
  50. vim /etc/apt/sources.list
  51.  
  52. :%s/yakkety/artful/g
  53.  
  54. apt update && apt upgrade
Add Comment
Please, Sign In to add comment