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,24 +1,24 @@
# apt-cache
> Debian 和 Ubuntu 的包查询工具。
> 更多信息:<https://manned.org/apt-cache.8>.
> Debian 和 Ubuntu 的软件包查询工具。
> 更多信息:<https://manned.org/apt-cache.8>
- 在当前的软件源中查找一个软件包:
- 在当前源中搜索软件包:
`apt-cache search {{软件包}}`
`apt-cache search {{query}}`
- 显示指定软件包的相关信息:
- 显示有关软件包的信息:
`apt-cache show {{软件包}}`
`apt-cache show {{package}}`
- 查看一个软件包是否安装或是否为最新:
- 显示软件包是否安装且是最新
`apt-cache policy {{软件包}}`
`apt-cache policy {{package}}`
- 显示一个软件包的依赖
- 显示软件包的依赖关系
`apt-cache depends {{软件包}}`
`apt-cache depends {{package}}`
- 列出依赖指定软件包的所有软件包:
- 显示依赖于特定软件包的其他软件包:
`apt-cache rdepends {{软件包}}`
`apt-cache rdepends {{package}}`