Files
oam/knowledge base/apt-file.md
Michele Cereda d42f25f1be fix: typo
2023-05-24 19:56:38 +02:00

35 lines
676 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]
<!-- project's references -->
<!-- internal references -->
[apt]: apt.md
[further readings]: #further-readings
<!-- external references -->
[list of files installed from apt package]: https://serverfault.com/questions/96964/list-of-files-installed-from-apt-package#96965