无法在ubuntu14.04中安装wine并获取依赖项错误

时间:2015-08-23 13:20:55

标签: ubuntu-14.04 wine

我正在使用ubuntu 14.04。我正在尝试安装wine但是获取以下依赖项错误。 我试过sudo apt-get install wine 我收到了这个错误 -

The following packages have unmet dependencies:
 wine : Depends: wine1.6 but it is not installable or
                 wine1.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

然后尝试 - sudo apt-get install wine1.7并得到它 -

The following packages have unmet dependencies:
 wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.44-0ubuntu1) but it is not going to be installed
           Depends: wine1.7-i386 (= 1:1.7.44-0ubuntu1)
           Recommends: fonts-horai-umefont but it is not installable
E: Unable to correct problems, you have held broken packages.

然后我试了sudo apt-get install wine1.7-i386但得到了这个 -

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.7-i386:i386 : Depends: libmpg123-0:i386 (>= 1.13.7) but it is not installable
                     Depends: libopenal1:i386 (>= 1:1.13) but it is not installable
                     Depends: libopencl-1.1-1:i386 but it is not installable
                     Depends: ocl-icd-libopencl1:i386 (>= 1.0) but it is not installable or
                              libopencl1:i386
                     Recommends: libcapi20-3:i386 but it is not installable
                     Recommends: libgif4:i386 but it is not going to be installed
                     Recommends: libosmesa6:i386 but it is not going to be installed
                     Recommends: libpcap0.8:i386 but it is not going to be installed
                     Recommends: libsane:i386 but it is not going to be installed
                     Recommends: libv4l-0:i386 but it is not going to be installed
                     Recommends: p11-kit-modules:i386 but it is not going to be installed
                     Recommends: unixodbc:i386
                     Recommends: wine-gecko2.34:i386 but it is not going to be installed
                     Recommends: wine-mono4.5.4:i386
E: Unable to correct problems, you have held broken packages.

我也试过了 -

sudo apt-get install -f 

并得到了这个

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.

然后尝试sudo apt-get autoremove

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.

然后尝试了sudo apt-get update

再次尝试但没有运气。   - dpkg --print-architecture的输出为amd64 而且dpkg --print-foreign-architecturesi386

请帮忙!!! 在此先感谢!!

0 个答案:

没有答案