Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 592 Bytes

File metadata and controls

15 lines (12 loc) · 592 Bytes

Linux Command (Requires Root)

Package management

Command Uses
sudo apt update updates the apt cache
sudo apt upgrade upgrades all upgradable packages
sudo apt install <package1> <package2> <package3>.... install certain packages
sudo apt remove <package1> <package2> <package3>.... removes certain packages
sudo apt purge <package1> <package2> <package3>.... removes certain packages and their configurations
sudo apt autoremove removes unnecessary dependencies
sudo apt clean clears apt cache
- -