Como instalar o vinho no Ubuntu 16.04? [duplicado]

0

Não consigo instalar o Wine no Ubuntu 16.04.

sudo apt-get install wine

está me dando esse erro

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:

Por favor ajude em breve

The following packages have unmet dependencies:
 wine : Depends: wine1.6 but it is not going to be installed or
                 wine1.8 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por sumitroy 19.07.2016 / 08:07

1 resposta

0

Você precisa ir um a um e instalar cada uma dessas dependências para ver qual é o problema:

sudo apt-get update
sudo apt-get install wine1.6-i386
sudo apt-get install wine1.6
sudo apt-get install wine

Por favor, poste qualquer erro, obrigado.

    
por mchid 19.07.2016 / 08:11