问题描述:

操作系统:CentOS 6.5

今天服务器上执行 yum -y update 命令时,提示:

Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve

libasound.so.2()(64bit) is needed by qemu-kvm-2:0.12.1.2-2.491.el6_8.3.x86_6

# 等好多关于 libasound.so.2 的信息

解决方法:

shell > yum -y install alsa-lib-devel

shell > yum -y update                    # 继续完成更新工作

 

相关文章:

  • 2022-12-23
  • 2021-04-16
  • 2021-07-20
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2022-03-04
  • 2021-04-25
  • 2022-12-23
  • 2021-09-30
  • 2021-06-23
  • 2021-12-30
  • 2021-09-12
相关资源
相似解决方案