在 Ubuntu 12.10 上安装 wine 时出现问题

在 Ubuntu 12.10 上安装 wine 时出现问题

可能重复:
为什么 Wine 无法安装在我的系统上?

我在 ubuntu 12.10 上安装 wine 时遇到问题

我尝试按照一些教程进行操作,但都没有用。

 **root@ubuntu:~# add-apt-repository ppa:ubuntu-wine/ppa**

 **root@ubuntu:~# apt-get update**

 **root@ubuntu:~# apt-get install wine1.5**

 Reading package lists... Done Building dependency tree Reading state
 information... Done Some packages could not be installed. This may
 mean that you have requested an impossible situation or if you are
 using the unstable distribution that some required packages have not
 yet been created or been moved out of Incoming. The following
 information may help to resolve the situation:

 The following packages have unmet dependencies:  wine1.5 : Depends:
 wine1.5-i386 (= 1.5.16-0ubuntu1) but it is not installable
            Recommends: ttf-droid
            Recommends: ttf-mscorefonts-installer but it is not going to be installed
            Recommends: ttf-umefont but it is not going to be installed
            Recommends: ttf-unfonts-core but it is not going to be installed
            Recommends: winbind but it is not going to be installed
            Recommends: winetricks but it is not going to be installed E: Unable to correct problems, you have held broken packages.
 root@ubuntu:~#

谁能帮助我解决这个问题?

答案1

好吧,既然您已经损坏了包裹,我建议您使用以下命令:

sudo apt-get update -f

修复任何损坏的包裹。

然后再次安装 wine

sudo apt-get install wine

而且您不必添加存储库,因为默认情况下会列出 wine,所以常规存储库sudo apt-get install wine就足够了。

[编辑]:哇,整个问题都变了-.-

相关内容