首页 > 代码库 > linux 检查补丁包是否安装 名称 版本 release号

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号