Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,16 +1,16 @@
# apt-file
> 在 apt 软件包中查找文件,其中也包括未安装的软件
> 在 apt 软件包中查找文件,其中也包括未安装的软件
> 更多信息: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
- 更新元数据的数据库:
- 更新元数据的数据库
`sudo apt update`
- 查找包含指定文件或路径的软件包:
- 查找包含指定文件或路径的软件包
`apt-file search {{文件名或路径}}`
- 列出指定包的内容:
- 列出指定包的内容
`apt-file list {{软件包名}}`