I'm trying to install wine1.7 from official ppa,my OS is Ubuntu 14.04 64bit, however when I use the apt-get
command to install wine, the output is:
The following packages have unmet dependencies:
wine1.7 : Depends: wine1.7-i386 (= 1:1.7.38-0ubuntu1)
E: Unable to correct problems, you have held broken packages.
how can I solve this ?
additinal information:
wine1.6 can't be intalled too.It seems some packages I installed cause this problem, because I installed wine successfully before.
A problem maybe related to this : when I use apt-get upgrade
, there are messages:
The following packages have been kept back:
linux-generic-lts-utopic linux-headers-generic-lts-utopic
linux-image-generic-lts-utopic
I added the repositories
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
as someone suggested when I failed to install wine 1.7 (at that time wine1.6 is installed successfully), hope this helps.
sudo dpkg --add-architecture i386
doesn't work.
when I try to install wine with software-center,it says :
The following packages have unmet dependencies:
wine1.6: Depends: wine1.6-amd64 (= 1:1.6.2-0ubuntu4) but 1:1.6.2-0ubuntu4 is to be installed
Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) but it is a virtual package.
I deleted the repositories mentioned above and removed those 3 packages been kept back, rebooted the computer. still doesn't work.
It's weird , how can apt-get
say you have held broken packages.
while there are no broken packages at all ?
sudo apt-get install wine1.7-i386
, just to see what happens. – TheWanderer May 04 '15 at 12:05apt-cache policy wine1.7-i386
? – David Foerster May 04 '15 at 18:30