> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/apt.md).

# Apt

> apt - command-line interface

apt is a command-line utility for installing, updating, removing, and otherwise managing deb packages on Ubuntu, Debian, and related Linux distributions. It combines the most frequently used commands from the apt-get and apt-cache tools with different default values of some options.

## TIL(s)

* [APT Fix Broken Packages](/linux/apt/apt-fix-broken-packages.md)
* [APT Hold Packages From Upgrade](/linux/apt/apt-hold-packages-from-upgrades.md)
