Files
oam/knowledge base/apt-file.md
2023-07-09 18:00:36 +02:00

39 lines
684 B
Markdown

# `apt-file`
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
```sh
apt-file update
apt-file list 'cfengine3'
apt-file search '/path/to/file'
```
## Further readings
- [`apt`][apt]
## Sources
All the references in the [further readings] section, plus the following:
- [List of files installed from apt package]
<!--
References
-->
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[apt]: apt.md
<!-- Others -->
[list of files installed from apt package]: https://serverfault.com/questions/96964/list-of-files-installed-from-apt-package#96965