Não é possível instalar o dilúvio

4

Estou tentando instalar o dilúvio em synaptic package manager , mas tenho problema:

deluge:
 Depends: python-libtorrent but it is not going to be installed

Eu tentei reinstalar o python-libtorrent pelo apt-get e também tive problema:

The following packages have unmet dependencies:
 python-libtorrent : Depends: libtorrent-rasterbar6 (= 0.15.7-1) but 0.15.9+svn.r6292-0ubuntu1~natty is to be installed

Como posso instalar o dilúvio? Obrigado

    
por megas 09.09.2012 / 14:04

2 respostas

3

UPDATE: Se o pacote libtorrent-rasterbar6 já estiver instalado, tente reinserir.

sudo apt-get install --reinstall libtorrent-rasterbar6

Primeiro, instale libtorrent-rasterbar6 :

sudo apt-get install libtorrent-rasterbar6

Em seguida, instale python-libtorrent :

sudo apt-get install python-libtorrent

Em seguida, instale deluge :

sudo apt-get install deluge

Nota: Se você encontrar outras dependências em qualquer estágio, instale-as primeiro.

    
por green 09.09.2012 / 14:17
1

Para mim, foi corrigido com a ativação de Parceiros da Canonical na outra aba de software no menu do Ubuntu Software. Não se esqueça de deixá-lo atualizar ou executar:

sudo apt-get update

Então um simples:

sudo apt-get install --reinstall deluge

consertará as coisas.

    
por Wilco 07.12.2016 / 12:51

Tags