Não é possível instalar o vinho no Ubuntu 14.04 [duplicado]

6

Não consigo instalar o Wine no Ubuntu 14.04. Quando tento instalá-lo no Ubuntu Software Center, sempre recebo uma mensagem dizendo que tenho dependências não atendidas. Eu tentei instalar o Wine através do terminal e eu entendi isso:

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:
 wine : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por aappletart 02.05.2014 / 04:41

3 respostas

7

sudo add-apt-repository ppa:ubuntu-wine/ppa 
sudo apt-get update
sudo apt-get install wine1.7

Fonte

    
por Qasim 02.05.2014 / 06:11
2

Abra o seu terminal pressionando Ctrl + Alt + T e digite o seguinte no terminal

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks

É isso

    
por iTux 02.05.2014 / 06:42
0
sudo apt-get update
sudo apt-get upgrade

e tente instalar novamente.

    
por Bary12 02.05.2014 / 06:09