我正在尝试在 Ubuntu 13.1 上安装 lib32asound2 ( dpkg -i lib32asound2_1.0.25-4ubuntu4_amd64.deb
) 包,但是却收到以下消息:
(Reading database ... 224124 files and directories currently installed.)
Preparing to replace lib32asound2 1.0.25-4ubuntu4 (using lib32asound2_1.0.25-4ubuntu4_amd64.deb) ...
Unpacking replacement lib32asound2 ...
dpkg: dependency problems prevent configuration of lib32asound2:
lib32asound2 depends on libasound2 (= 1.0.25-4ubuntu4); however:
Version of libasound2:amd64 on system is 1.0.27.2-1ubuntu6.
dpkg: error processing lib32asound2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
lib32asound2
有人能帮帮我吗?
答案1
你获取了错误的 13.10 版本软件包,无需手动安装下载的 .deb 文件
在终端
sudo apt-get install libasound2:i386