因此,昨天完成了我的Xubuntu安装之后,我尝试使用ppa:ubuntu-wine / ppa安装Wine 1.7。但是,这样做之后sudo apt-get install wine1.7
,它总是给我这个错误:
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.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)
E: Unable to correct problems, you have held broken packages.
我尝试了一些在线找到的解决方案,例如自动删除,添加i386架构,清理软件包以及修复apt-get安装。但是,在尝试了所有可以找到的解决方案之后,wine1.7仍未安装。我不确定这是我的计算机故障还是PPA的故障,但是如果其他人可以分享他们的发现,那将是很好的。
谢谢,艾莉
根据要求,以下是输出apt-cache policy wine1.7 wine1.7-amd64 wine1.7-i386
:
wine1.7:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-amd64:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-i386:i386:
Installed: (none)
Candidate: 1:1.7.44-0ubuntu1
Version table:
1:1.7.44-0ubuntu1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main i386 Packages
和输出sudo apt-get install wine1.7-amd64 wine1.7-i386
:
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.7-amd64 : Depends: libgphoto2-port10 (>= 2.5.2) but it is not installable
Recommends: libgnutls26 but it is not installable
Recommends: wine-gecko2.34 but it is not installable
Recommends: wine-mono4.5.4 but it is not installable
wine1.7-i386:i386 : Depends: libgphoto2-port10:i386 (>= 2.5.2) but it is not installable
Recommends: libgnutls26:i386 but it is not installable
Recommends: libpcap0.8:i386 but it is not going to be installed
Recommends: wine-gecko2.34:i386 but it is not installable
Recommends: wine-mono4.5.4:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
sudo apt-get install wine1.7-amd64 wine1.7-i386
apt-cache policy wine1.7 wine1.7-amd64 wine1.7-i386