1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages.zh/linux/apt-file.md
hugue 11f109b466 move Chinese pages from pages.cn to pages.zh
Also add new Chinese translations for apt, aptitude and arch.
2019-01-09 10:03:44 +05:30

15 lines
285 B
Markdown

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