apt
Package manager for Debian-based distributions. Intended as a user-friendly alternative to `apt-get` for interactive use. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
More info →Subcommands (8)
Debian and Ubuntu package query tool.
Clone/backup/restore the package state of a Debian-based system.
Search for files in `apt` packages, including ones not yet installed.
Debian and Ubuntu package management utility. Search for packages using `apt-cache`. It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
Install packages for Debian-based distributions.
Key management utility for the APT Package Manager on Debian and Ubuntu. Note: `apt-key` is now deprecated (except for the use of `apt-key del` in maintainer scripts).
Utility to change the status of installed packages.
An `APT` easter egg.
Options (1)
-i, --installedbooleanList all installed packages
apt list {{[-i|--installed]}}Examples (8)
Update the list of available packages and versions (recommended before running other `apt` commands)
Search packages by name or description
apt search packageSearch packages by name only (supports wildcards like `*`)
apt list packageShow detailed information about a package
apt show packageInstall a package, or update it to the latest version
sudo apt install packageList all installed packages
apt list [-i|--installed]