无法安装 wine ubuntu 14.04.2 64 位

无法安装 wine ubuntu 14.04.2 64 位

首先,抱歉,因为我的英语不好。
我尝试了很多方法在笔记本电脑上安装 wine,但都没有成功。

这是我的错误日志

The following packages have unmet dependencies:
 gstreamer1.0-clutter : Depends: libclutter-1.0-0 (>= 1.13.0) but it is not going to be installed
                        Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libcheese-gtk23 : Depends: libclutter-1.0-0 (>= 1.13.2) but it is not going to be installed
                   Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
 libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
 wine : Depends: wine1.6 but it is not installable or
                 wine1.7 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

我按照以下步骤操作“1)sudo apt-get install -f 2)sudo apt-get autoremove 3)sudo apt-get update 4)sudo add-apt-repository ppa:ubuntu-wine/ppa 5)sudo apt-get update 6)sudo dpkg --add-architecture i386 //依赖项错误)7)sudo apt-get update 8)sudo apt-get install wine //此步骤大约需要 4-7 分钟”

答案1

我在 debian 中遇到了同样的问题。那里是 tz-data,我通过将点发布存储库添加到 apt 来修复它,然后执行apt-get updateapt-get upgrade。我不知道在 Ubuntu 中具体是如何做到这一点的(在那里没有遇到这个问题)但是这是 Debian 页面的链接

相关内容