尝试在 Ubuntu 12.10 中安装 Wine,获取依赖项错误



我已经到处寻找帮助,也许在发布更新之前不可能在 Ubuntu 64 位上安装 Wine。

当我尝试安装时,出现以下错误

以下包具有未满足的依赖项:

wine1.4: PreDepends: dpkg (>= 1.15.7.2~) but 1.16.7ubuntu6 is to be installed
         Depends: libc6 (>= 2.14) but 2.15-0ubuntu20 is to be installed
         Depends: wine1.4-amd64 (= 1.4.1-0ubuntu1) but 1.4.1-0ubuntu1 is to be installed
         Depends: wine1.4-i386 (= 1.4.1-0ubuntu1) but it is not going to be installed

有人有解决方法吗?

我不知道

为什么是-1。 这是一个合法的问题,在其他任何地方都没有答案。

我设法通过添加 i386 架构来解决此问题和许多其他依赖项问题(如 Skype)。

dpkg --add-architecture i386

我正在使用 Ubuntu 12.10

最新更新