apt
Package manager for Debian-based Linux distributions
Subcommands
| Name | Description | 
|---|---|
| update | Update the package database | 
| upgrade | Install all available upgrades | 
| full-upgrade | Install available upgrades, removing currently installed packages if needed to upgrade the system as a whole | 
| install | Install package(s) | 
| reinstall | Reinstall package(s) | 
| remove | Remove package(s) | 
| purge | Remove package(s) and their configuration files | 
| autoremove, auto-remove | Remove unused packages | 
| list | List packages | 
| search | Search for packages | 
| show | Show package details | 
| satisfy | Satisfy package dependencies | 
| clean | Remove downloaded package files | 
| edit-sources | Edit the list of package sources | 
| source | Fetch package source files | 
| build-dep | Install/remove packages in an attempt to satisfy the build dependencies for a source package | 
| download | Download package binary into the current directory | 
| autoclean, auto-clean | Like clean, but only removes package files that can no longer be downloaded | 
| changelog | Show the changelog for a package | 
Options
| Name | Description | 
|---|---|
| -h, --help | 
 | 
| -v, --version | 
 |