apt
apt
The apt command is a command-line utility that can be used to manage software packages on Debian-based Linux distributions. It is a wrapper around the apt-get command, which provides a more user-friendly interface.
command: This is the command that you want to run. Some of the most commonly used apt commands are:
install: This command is used to install software packages.
remove: This command is used to remove software packages.
update: This command is used to update the list of available software packages.
upgrade: This command is used to upgrade installed software packages to the latest version.
help
Last updated