-1

As i mention in Q. I have wine 1.6 and my winetricks can run with this wine

$wine --version  
$wine-1.6.2

$sudo apt-get install playonlinux
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: playonlinux : Depends: wine or wine-unstable but it is not installable E: Unable to correct problems, you have held broken packages.

via Ubuntu Software Center enter image description here


apt-cache policy wine
wine:
  Installed: (none)
  Candidate: 1:1.6.2-0ubuntu4
  Version table:
     1:1.6.2-0ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

sudo apt-get install wine1.6
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.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) E: Unable to correct problems, you have held broken packages.

How can i fix this problem?.

Please let me know If I have to provide more information

BeGood
  • 539

1 Answers1

1

Install wine with the command:

sudo apt-get install wine 

then install playonlinux by the command,

sudo apt-get install playonlinux
Ravan
  • 9,379