Pode rodar winetricks mas não pode instalar o playonlinux no wine 1.6 Ubuntu 14.04.3LTS 64bit

-1

Como eu mencionei em Q. Eu tenho vinho 1.6 e meu winetricks pode ser executado com este 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

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.

Como posso resolver este problema?

Por favor, deixe-me saber Se eu tiver que fornecer mais informações

    
por BeGood 14.11.2015 / 11:21

1 resposta

1

Instale o vinho com o comando:

sudo apt-get install wine 

em seguida, instale o playonlinux pelo comando

sudo apt-get install playonlinux
    
por Ravan 14.11.2015 / 11:29