move Chinese pages from pages.cn to pages.zh

Also add new Chinese translations for apt, aptitude and arch.
This commit is contained in:
hugue
2018-12-21 20:04:36 +08:00
committed by Agniva De Sarker
parent cbe477bf50
commit 11f109b466
12 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# apt-cache
> Debian和Ubuntu的包查询工具.
- 在当前的软件源中查找一个软件包:
`apt-cache search {{软件包}}`
- 显示指定软件包的相关信息:
`apt-cache show {{软件包}}`
- 查看一个软件包是否安装或是否为最新:
`apt-cache policy {{软件包}}`
- 显示一个软件包的依赖项:
`apt-cache depends {{软件包}}`
- 列出依赖指定软件包的所有软件包:
`apt-cache rdepends {{软件包}}`