⌘K
apt
linux
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 →Options (1)
-i, --installedbooleanList all installed packages
Example:
apt list {{[-i|--installed]}}Examples (8)
Update the list of available packages and versions (recommended before running other `apt` commands)
sudo apt updateSearch 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 packageRemove a package (use `purge` instead to also remove configuration files)
sudo apt remove packageUpgrade all installed packages to their latest versions
sudo apt upgradeList all installed packages
apt list [-i|--installed]made by @shridhargupta | data from tldr-pages