apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
- Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
- Install a package, or update it to the latest available version:
- Remove a package:
- Remove a package and its configuration files:
- Upgrade all installed packages to their newest available versions:
- Clean the local repository - removing package files (`.deb`) from interrupted downloads that can no longer be downloaded:
- Remove all packages that are no longer needed:
- Upgrade installed packages (like `upgrade`), but remove obsolete packages and install additional packages to meet new dependencies:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).