apk/apt-cache/apt-file/apt-get/apt-key:add chinese translations

This commit is contained in:
hugue
2018-12-23 20:29:21 +08:00
committed by Agniva De Sarker
parent 83ab89b278
commit a5db4c3ad5
7 changed files with 122 additions and 5 deletions

View File

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