linux 检查补丁包是否安装 名称 版本 release号 - Oracle-fans - 博客园

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

是不是很详细?

创建时间:2021-09-15 15:47
浏览量:0