add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# apt-file
> APT 软件包中查找文件,其中也包括未安装的件。
> 更多信息:<https://manned.org/apt-file.1>.
> `apt` 包中搜索文件,包括未安装的件。
> 更多信息:<https://manned.org/apt-file.1>
- 更新元数据数据库:
- 更新元数据数据库:
`sudo apt update`
- 查找包含指定文件或路径的软件包:
- 搜索包含指定文件或路径的包:
`apt-file {{search|find}} {{文件路径}}`
`apt-file {{search|find}} {{partial_path/to/file}}`
- 列出定包的内容:
- 列出定包的内容:
`apt-file {{show|list}} {{软件包名}}`
`apt-file {{show|list}} {{package}}`
- 查找符合给定 `pattern` 中正则表达式的软件包:
- 搜索与 `regular_expression` 匹配的包:
`apt-file {{search|find}} --regexp {{正则表达式}}`
`apt-file {{search|find}} --regexp {{regular_expression}}`