move Chinese pages from pages.cn to pages.zh
Also add new Chinese translations for apt, aptitude and arch.
This commit is contained in:
23
pages.zh/linux/apt-cache.md
Normal file
23
pages.zh/linux/apt-cache.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# apt-cache
|
||||
|
||||
> Debian和Ubuntu的包查询工具.
|
||||
|
||||
- 在当前的软件源中查找一个软件包:
|
||||
|
||||
`apt-cache search {{软件包}}`
|
||||
|
||||
- 显示指定软件包的相关信息:
|
||||
|
||||
`apt-cache show {{软件包}}`
|
||||
|
||||
- 查看一个软件包是否安装或是否为最新:
|
||||
|
||||
`apt-cache policy {{软件包}}`
|
||||
|
||||
- 显示一个软件包的依赖项:
|
||||
|
||||
`apt-cache depends {{软件包}}`
|
||||
|
||||
- 列出依赖指定软件包的所有软件包:
|
||||
|
||||
`apt-cache rdepends {{软件包}}`
|
Reference in New Issue
Block a user