sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7
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.
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
sudo apt-get update
sudo apt-get upgrade
e tente instalar novamente.