wine 无法从软件中心安装

wine 无法从软件中心安装

当我尝试安装 wine 时收到以下消息:

wine1.2: PreDepends: dpkg (>= 1.14.12ubuntu3) but 1.16.0.3ubuntu5 will be installed  
     Depends: ia32-libs (>= 1.6) but 20090808ubuntu26 will be installed  
     Depends: lib32asound2 (> 1.0.14) but it will not be installed  
     Depends: libc6-i386 (>= 2.6-1) but it will not be installed  

还有一条消息说有可能无法安装两个软件包,有人知道是什么原因导致了这个错误?

答案1

您可以从命令行尝试这个吗?

sudo apt-get install -f
sudo add-apt-repository ppa:ubuntu-wine/ppa 
sudo apt-get update 
sudo apt-get install wine1.3 

答案2

我禁用推荐更新时遇到了这个问题。启用推荐更新后,这个问题就解决了。

相关内容