π¦APT Package Manager
Update System
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
# Other Options
sudo apt-get update
sudo apt-get upgrade
Package Manipulation
sudo apt install <package> <options>
sudo apt install wget -y
sudo apt install curl wget file -y
# Other Options
sudo apt-get install <package>
Last updated