问题描述:

操作系统:CentOS 6.5

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

Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve libasound.so.()(64bit) is needed by qemu-kvm-:0.12.1.2-2.491.el6_8..x86_6

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

解决方法:

shell > yum -y install alsa-lib-devel

shell > yum -y update                    # 继续完成更新工作
05-25 23:08