add new chinese translations
This commit is contained in:
@@ -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}}`
|
Reference in New Issue
Block a user