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号

是不是很详细?

相关文章:

  • 2022-12-23
  • 2022-02-03
  • 2021-12-21
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-01
  • 2021-05-25
  • 2021-09-22
  • 2021-07-26
  • 2022-12-23
  • 2022-01-27
  • 2021-11-03
相关资源
相似解决方案