0

I cannot install Wine using Ubuntu 14.10. It tells me I have unmet dependencies: wine1.7 : depends: wine1.7-i386 (=1:1.7.30-Oubuntu1~ppa1) E:Unable to correct problems, you have held broken packages.

2 Answers2

0


Done ! enter image description here

Alex Jones
  • 8,192
0

Usually, with issues like this, it means that Apt is having difficulties with one or more packages. Please run the following:

sudo apt-get clean
sudo apt-get update
sudo apt-get install -f
sudo dpkg -a --configure
sudo apt-get dist-upgrade -f

These should solve your dependency issues. If not, then we'll need to do a little digging. If these steps don't solve the issue, then please copy the output from the above commands and paste them into pastebin or a similar server(They're free). We can troubleshoot further from there.