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

# APT package manager

* To search for a package,

  ```bash
  apt-cache search <package name>
  ```
* To get information about a package,

  ```bash
  apt-cache show <package name>
  ```
