mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
11f109b466
Also add new Chinese translations for apt, aptitude and arch.
456 B
456 B
apt-cache
Debian和Ubuntu的包查询工具.
- 在当前的软件源中查找一个软件包:
apt-cache search {{软件包}}
- 显示指定软件包的相关信息:
apt-cache show {{软件包}}
- 查看一个软件包是否安装或是否为最新:
apt-cache policy {{软件包}}
- 显示一个软件包的依赖项:
apt-cache depends {{软件包}}
- 列出依赖指定软件包的所有软件包:
apt-cache rdepends {{软件包}}