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

Posted ORACLE-fans

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 检查补丁包是否安装 名称 版本 release号相关的知识,希望对你有一定的参考价值。


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号的主要内容,如果未能解决你的问题,请参考以下文章