What is a apt -?
apt is a commandline package manager and provides commands for searching and managing as well as querying information about packages.
apt provides the same functionality as the specialised APT tools, like:
but enables options more suitable for interactive use by default.
Most used commands:
- list - list packages based on package names
- search - search in package descriptions
- show - show package details
- install - install packages
- remove - remove packages
- autoremove - Remove all unused packages automatically
- update - update list of available packages
- upgrade - upgrade the system by installing/upgrading packages
- full-upgrade - upgrade the system by removing/installing/upgrading packages
- edit-sources - edit the source information file
sudo apt install "package_name" &&
Jump to Ubuntu, Linux and me on....