# `apt-file` ## Table of contents 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] [further readings]: #further-readings [apt]: apt.md [list of files installed from apt package]: https://serverfault.com/questions/96964/list-of-files-installed-from-apt-package#96965