pkg update # Update package list
pkg upgrade # Upgrade all packages
pkg install nano # Install a package
pkg uninstall nano # Remove a package
pkg list-installed # List installed packages
pkg search name # Search for package
apt update # Alternate update
apt upgrade # Alternate upgrade
apt install wget # Install with apt