2018-12-23 12:29:21 +00:00
|
|
|
# apt-file
|
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
> 在 apt 软件包中查找文件,其中也包括未安装的软件。
|
2021-08-31 08:13:49 +01:00
|
|
|
> 更多信息:<https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
|
2018-12-23 12:29:21 +00:00
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 更新元数据的数据库:
|
2018-12-23 12:29:21 +00:00
|
|
|
|
|
|
|
`sudo apt update`
|
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 查找包含指定文件或路径的软件包:
|
2018-12-23 12:29:21 +00:00
|
|
|
|
2021-08-23 20:25:59 +01:00
|
|
|
`apt-file {{search|find}} {{文件路径}}`
|
2018-12-23 12:29:21 +00:00
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 列出指定包的内容:
|
2018-12-23 12:29:21 +00:00
|
|
|
|
2021-08-23 20:25:59 +01:00
|
|
|
`apt-file {{show|list}} {{软件包名}}`
|
|
|
|
|
|
|
|
- 查找符合给定 `pattern` 中正则表达式的软件包:
|
|
|
|
|
|
|
|
`apt-file {{search|find}} --regexp {{正则表达式}}`
|