Ubuntu Notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
update meta data:


  sudo apt-get update
  sudo apt-get update
  sudo apt-get autoclean
  sudo apt-get autoclean
  sudo apt-get clean
  sudo apt-get clean
Line 6: Line 9:


  apt-cache search keyword
  apt-cache search keyword
list stuff that could be upgraded ( analogy: yum check-updates):
apt list --upgradable




Line 11: Line 18:


  apt-get install --only-upgrade fail2ban
  apt-get install --only-upgrade fail2ban
want all , including kernel?
apt-get dist-upgrade  --dry-run

Revision as of 20:21, 15 January 2018

update meta data:

sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove
apt-cache search keyword

list stuff that could be upgraded ( analogy: yum check-updates):

apt list --upgradable 


apt list --installed
apt-get install --only-upgrade fail2ban

want all , including kernel?

apt-get dist-upgrade  --dry-run