Advanced Package Tool
Is a Software to install, update, remove packages on Operating System like Debian or Ubuntu
Notes¶
apt update
to update the list of packageapt install
to upgrade package to their next updatesapt dist-upgrade
to upgrade package & manage dependencies accordingly (better)
apt install PACKAGE
to install packages from the webapt install -f /path/to/file.deb
to install from local file
apt clean
to remove cacheapt autopurge
to purge unneeded packages