1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/linux/apt-file.md

16 lines
289 B
Markdown
Raw Normal View History

# apt-file
2019-10-18 10:33:27 +08:00
> 在 apt 软件包中查找文件,其中也包括未安装的软件
2019-10-19 14:12:27 +08:00
- 更新元数据的数据库:
`sudo apt update`
2019-10-19 14:12:27 +08:00
- 查找包含指定文件或路径的软件包:
`apt-file search {{文件名或路径}}`
2019-10-19 14:12:27 +08:00
- 列出指定包的内容:
`apt-file list {{软件包名}}`