Package Manager
1 central place to install, upgrade, configure,
apt install <package_name> - install a given package
apt remove <package_name> - remove installed package
sudo apt update - update the package index.
Pulls the latest changes from the APT repositories.
The APT package index is basically a database.
Holding records of available packages from the repositories.
Last updated
Was this helpful?