Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 501 Bytes

ubuntu-cheetsheet.md

File metadata and controls

13 lines (10 loc) · 501 Bytes

Package Management:

apt-get

Command Action
sudo apt-get update updates package list
sudo apt-get update upgrade installs new updated packages
sudo apt-get dist-upgrade smart upgrade to new packages
sudo apt-get install check for broken packages
sudo apt-get check autoremove
sudo apt-get update remove any orphaned packages