Guest User

Untitled

a guest
Apr 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. apt-get upgrade -> Do not change what is installed (only versions)
  2. apt upgrade -> Install but not remove packages
  3. apt-get dist-upgrade -> Install or remove packages as necessary to complete the upgrade
  4. apt full-upgrade -> Perform the same function as apt-get dist-upgrade
  5.  
  6. sudo apt list --upgradable -> Check for upgradable packages
  7.  
  8. apt-cache search linux-generic -> Find out the latest version of Linux kernel type on the current system
  9. e.g:linux-image-4*
Add Comment
Please, Sign In to add comment