Não é possível instalar wine1.7 no Ubuntu 15.10 devido a dependências quebradas

3

Existem dependências quebradas:

balthild@Balthild-Linux:~$ sudo apt-get install wine1.7 winetricks
[sudo] password for balthild: 
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.7 : Depends: wine1.7-amd64 (= 1:1.7.44-0ubuntu1) but it is not going to be installed
           Depends: wine1.7-i386 (= 1:1.7.44-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: 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: ttf-wqy-microhei
E: Unable to correct problems, you have held broken packages.

E então descubro o motivo:

balthild@Balthild-Linux:~$ sudo apt-get install wine1.7-amd64
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.7-amd64 : Depends: libgphoto2-port10 (>= 2.5.2) but it is not installable
                 Depends: wine1.7:any (= 1:1.7.44-0ubuntu1)
                 Recommends: libcapi20-3 but it is not going to be installed
                 Recommends: libgnutls26 but it is not installable
                 Recommends: libosmesa6 but it is not going to be installed
                 Recommends: unixodbc but it is not going to be installed
                 Recommends: wine-gecko2.34 but it is not installable
                 Recommends: wine-mono4.5.4 but it is not installable
E: Unable to correct problems, you have held broken packages.

O pacote libgphoto2-port10 não é mais fornecido em 15.10 astuto e, em vez disso, há libgphoto2-port12 .

balthild@Balthild-Linux:~$ sudo apt-get install libgphoto2-port12
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libgphoto2-port12 is already the newest version.

Com isso, não consigo instalar wine1.7 no meu sistema. Existe alguma resolução?

    
por Balthild Ires 15.11.2015 / 08:37

1 resposta

0

Você instala o Wine 1.6 primeiro e depois instala o vinho 1.7, embora seja executado no Linux

Abra um terminal e digite:

sudo apt-get install wine1.6

Instale o jogo no Linux

Faça o download da versão mais recente do jogo no Linux.

wget https://www.playonlinux.com/script_files/PlayOnLinux/4.2.9/PlayOnLinux_4.2.9.deb

Em seguida, instale-o.

sudo dpkg -i PlayOnLinux_4.2.9.deb

Abra o jogo no linux

playonlinux 

Clique e configure então clique em Novo para criar um novo Drive Virtual

Quandovocêfezisso.CliquenoseuDrivevirtualquevocêacaboudecriar:

Selecioneaversãodovinhoquedesejainstalarecliqueno>parainstalaraversãodovinho.

Quandoaversãodovinhoestiverinstalada,eladeveaparecerassim.

Paraexecutaraplicativosusandoowine1.7,cliqueemconfiguree,emseguida,cliqueemumdrivevirtual Alterar a versão do vinho de system para 1.7

    
por Neil 15.11.2015 / 08:59

Tags