Guest User

Untitled

a guest
Dec 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # In the common case this results in two kernels saved (booted into the
  2. # second-latest kernel, we install the latest kernel in an upgrade), but
  3. # can save up to four. Kernel refers here to a distinct release, which can
  4. # potentially be installed in multiple flavours counting as one kernel.
  5.  
  6. sudo apt dist-upgrade
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. Calculating upgrade... Done
  11. The following packages were automatically installed and are no longer required:
  12. linux-headers-4.10.0-38 linux-headers-4.10.0-38-generic
  13. linux-image-4.10.0-38-generic linux-image-extra-4.10.0-38-generic
  14. linux-signed-image-4.10.0-38-generic
  15. Use 'sudo apt autoremove' to remove them.
  16. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Add Comment
Please, Sign In to add comment