não consigo instalar o wine no Ubuntu 12.04

0

Eu tentei de tudo, sempre aparece como

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 or
                 wine1.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por daniela diaz 25.01.2015 / 20:57

1 resposta

0

Experimente cada um deles antes de instalar. Alguns podem produzir erros.

  • sudo apt-get update
  • sudo apt-get remove wine
  • sudo apt-get autoclean clean
  • sudo apt-add-repository ppa:ubuntu-wine/ppa then sudo apt-get update then sudo apt-get install wine1.7
  • Por último, se nada funcionar, tente instalar o aptitude em vez do apt-get.:

Instalar o Aptitude:

  • sudo apt-get install aptitude

  • sudo aptitude install wine

por jkd 25.01.2015 / 22:02