O Xbmc não será instalado devido a problemas de dependência na quantal do Lubuntu

0

Eu tenho um mac mini g4 com o Ubuntu 12.0 com a versão do kernel 3.5.0-17-powerpc-smp (ppc).

Agora quero obter o XBMC, mas não consigo instalá-lo ...

Exemplos:

$ sudo apt-get install xbmc
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:
 xbmc : Depends: xbmc-bin (>= 3:12.2-1~ppa1~quantal) but it is not installable
        Depends: xbmc-bin (< 3:12.2-1~ppa1~quantal.1~) but it is not installable
E: Unable to correct problems, you have held broken packages.

Com o centro de software, recebo isto:

The following packages have unmet dependencies:

xbmc: Depends: xbmc-bin (>= 3:12.2-1~ppa1~quantal) but it is not going to be installed
      Depends: xbmc-bin (< 3:12.2-1~ppa1~quantal.1~) but it is not going to be installed

Também tentei isso:

sudo apt-get install python-software-properties pkg-config

Eu tentei os PPAs renniewaldoc e wsnipex sem sucesso.

    
por Sjoerd 17.06.2013 / 10:07

2 respostas

0

sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc

link

    
por aaaa 17.06.2013 / 10:33
0

Consegui instalá-lo usando o seguinte comando:

sudo aptitude install xbmc

A aptidão se esforça mais para resolver certos problemas. Ele apresentará algumas opções ao longo do caminho, para as quais você terá que fazer as escolhas certas.

    
por achurch 11.11.2014 / 06:43