apt-get โ€” Debian and Ubuntu package management utility. Search for packages using `apt-cache`. It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later. # source: tldr ยท verified Examples: # Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands) [GNU] $ sudo apt-get update # Install a package, or update it to the latest available version [GNU] $ sudo apt-get install package # Remove a package [GNU] $ sudo apt-get remove package # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/apt-get