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

mac2022-06-30  104

To determine whether the required packages are installed, enter commands similar to the following:# rpm -q package_nameAlternatively, if you require specific system architecture information, then enter the following command:# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep package_name

是不是很详细?

转载于:https://www.cnblogs.com/iyoume2008/p/7003768.html

相关资源:垃圾分类数据集及代码
最新回复(0)