首页 > 系统服务 > 详细

linux 检查补丁包是否安装 名称 版本 release号

时间:2017-06-13 22:26:13      阅读:765      评论:0      收藏:0      [点我收藏+]


To determine whether the required packages are installed, enter commands similar to the following:

# rpm -q package_name

Alternatively, if you require specific system architecture information, then enter the following command:

# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep package_name


技术分享

是不是很详细?

linux 检查补丁包是否安装 名称 版本 release号

原文:http://www.cnblogs.com/iyoume2008/p/7003768.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!