本文共 355 字,大约阅读时间需要 1 分钟。
原文:
1.apt-cache showpkg
显示软件包的一些常规信息 例: apt-cache showpkg openssh
2.apt-cache stats
显示相关的统计信息顯示相關的統計資訊
3.apt-cache dump
显示缓存中的每个软件包的简要描述信息
4.apt-cache unmet
显示不符合一致性的依赖关系
5.apt-cache show
显示指定软件包的记录信息。类似于rpm -qi
6.apt-cache search
查找软件包,类似于rpm -qa|grep package_name 例: apt-cache search openssh
7.apt-cache depends
显示软件包的依赖性关系8.apt-cache pkgnames 列出所有的软件包
转载地址:http://xezh.baihongyu.com/