2018-12-23 20:29:21 +08:00
|
|
|
# apt-file
|
|
|
|
|
2019-10-18 10:33:27 +08:00
|
|
|
> 在 apt 软件包中查找文件,其中也包括未安装的软件
|
2021-04-17 15:26:03 +02:00
|
|
|
> 更多信息: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
|
2018-12-23 20:29:21 +08:00
|
|
|
|
2019-10-19 14:12:27 +08:00
|
|
|
- 更新元数据的数据库:
|
2018-12-23 20:29:21 +08:00
|
|
|
|
|
|
|
`sudo apt update`
|
|
|
|
|
2019-10-19 14:12:27 +08:00
|
|
|
- 查找包含指定文件或路径的软件包:
|
2018-12-23 20:29:21 +08:00
|
|
|
|
2019-01-01 13:39:40 +08:00
|
|
|
`apt-file search {{文件名或路径}}`
|
2018-12-23 20:29:21 +08:00
|
|
|
|
2019-10-19 14:12:27 +08:00
|
|
|
- 列出指定包的内容:
|
2018-12-23 20:29:21 +08:00
|
|
|
|
2019-01-01 13:39:40 +08:00
|
|
|
`apt-file list {{软件包名}}`
|