update | Update list of available packages from all configured sources. This list is used by other commands. Compare with apt-get update. |
list | list packages based on package names (similar to dpkg-query --list) |
search | Use a regular expression to search in the list of available packages in display names and package descriptions. Compare with apt-file which searches for file names matching a given expression. |
show | Show package details (version, tags, download size, APT source, description, section, dependencies, priority etc). Compare with apt-get showpkg. |
install | Install packages |
reinstall | Reinstall packages |
remove | remove packages |
autoremove | Remove automatically all unused packages, unless they are marked with apt-mark. |
upgrade | Upgrade all currently installed packages on the system from the sources configured in /etc/apt/sources.list and /etc/apt/sources.list.d/. Compare with full-upgrade. |
full-upgrade | Upgrade the system by removing/installing/upgrading packages. |
edit-sources | Edit /etc/apt/sources.list with some sanity checks when done editing. |
satisfy | Satisfy dependency strings |
full-upgrade | Like upgrade, but remove currently installed packages if so needed. |
build-dep | |