format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

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