Files
oam/knowledge base/apt-file.md
2023-05-25 23:55:23 +02:00

36 lines
709 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 -->
<!-- in-article references -->
[further readings]: #further-readings
<!-- internal references -->
[apt]: apt.md
<!-- external references -->
[list of files installed from apt package]: https://serverfault.com/questions/96964/list-of-files-installed-from-apt-package#96965