Não é possível instalar ou executar o Wine [duplicado]

0

Eu sou um usuário bastante novato e instalei recentemente o Ubuntu 12.10 no meu laptop de seis anos como uma inicialização dupla com o Windows. Eu instalei com o simples Windows Installer e não fiz nenhum ajuste importante no Ubuntu além de instalar o beta do Google Music Uploader para o Ubuntu.

Eu recentemente tentei usar o Wine para poder executar o EAC (Exact Audio Copy). No entanto, sempre que eu executo o comando no terminal para obter o Wine 1.5, eu erro.

Por exemplo, se eu sair neste comando: "sudo apt-get install wine"

Eu entendo 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.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages."

Quando eu coloco este "sudo apt-get install wine1.5" eu recebo isto:

"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:
 wine1.5 : Depends: wine1.5-i386 (= 1.5.25-0ubuntu1) but it is not installable
           Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                       kde-runtime but it is not going to be installed
           Recommends: fonts-droid but it is not going to be installed
           Recommends: ttf-mscorefonts-installer but it is not going to be installed
           Recommends: fonts-horai-umefont but it is not going to be installed
           Recommends: fonts-unfonts-core but it is not going to be installed
           Recommends: winbind but it is not going to be installed
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages."

Antes disso eu tentei o mesmo com Wine1.4. Mesmas mensagens de erro.

Alguma ideia? Eu sou muito novo no Ubuntu e no mundo open-source, então qualquer ajuda seria muito apreciada. Obrigado.

    
por user136862 02.03.2013 / 04:45

2 respostas

0

Primeiro, verifique seus repositórios e nos forneça, se possível. Se tudo estava bem, então sudo apt-get update pode consertar isso. Ou tente instalá-lo a partir de ppa :

sudo apt-add-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
    
por Mostafa Shahverdy 02.03.2013 / 05:04
0

Tente seguir as instruções aqui . Eles são muito fáceis de seguir.

Espero que isso ajude!

    
por Stephen 02.03.2013 / 04:57