无法安装洪水

meg*_*gas 5 deluge

我正在尝试通过安装洪水,synaptic package manager但我遇到了问题:

deluge:
 Depends: python-libtorrent but it is not going to be installed
Run Code Online (Sandbox Code Playgroud)

我尝试通过 apt-get 重新安装 python-libtorrent,但我也遇到了问题:

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
Run Code Online (Sandbox Code Playgroud)

我实际上如何安装洪水?谢谢

gre*_*een 5

更新:如果该软件包libtorrent-rasterbar6已安装,请尝试重新安装它。

sudo apt-get install --reinstall libtorrent-rasterbar6
Run Code Online (Sandbox Code Playgroud)

首先安装libtorrent-rasterbar6

sudo apt-get install libtorrent-rasterbar6
Run Code Online (Sandbox Code Playgroud)

然后安装python-libtorrent

sudo apt-get install python-libtorrent
Run Code Online (Sandbox Code Playgroud)

然后安装deluge

sudo apt-get install deluge
Run Code Online (Sandbox Code Playgroud)

注意:如果您在任何阶段发现任何其他依赖项,请先安装它们。