web-dev-qa-db-fra.com

Impossible d'installer wine sur Ubuntu 14.04

Je ne peux pas installer Wine sur Ubuntu 14.04. Lorsque j'essaie de l'installer sur le Centre logiciel Ubuntu, je reçois toujours un message indiquant que mes dépendances ne sont pas satisfaites. J'ai essayé d'installer Wine via le terminal et je reçois ceci:

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.
6
aappletart
Sudo add-apt-repository ppa:ubuntu-wine/ppa 
Sudo apt-get update
Sudo apt-get install wine1.7

Source

7
Qasim

Ouvrez votre terminal en appuyant sur Ctrl + Alt + T et tapez ce qui suit sur le terminal

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

C'est tout

2
Jim
Sudo apt-get update
Sudo apt-get upgrade

et puis essayez simplement d'installer à nouveau.

0
Bary12