我正在尝试安装 delugesynaptic package manager
但遇到了问题:
deluge:
Depends: python-libtorrent but it is not going to be installed
我尝试通过 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
我如何才能安装 deluge?谢谢
答案1
更新:如果该包libtorrent-rasterbar6
已安装,请尝试重新安装。
sudo apt-get install --reinstall libtorrent-rasterbar6
首次安装libtorrent-rasterbar6
:
sudo apt-get install libtorrent-rasterbar6
然后安装python-libtorrent
:
sudo apt-get install python-libtorrent
然后安装deluge
:
sudo apt-get install deluge
笔记:如果在任何阶段发现任何其他依赖项,请先安装它们。
答案2
对我来说,这个问题可以通过从 Ubuntu 软件菜单的其他软件选项卡中激活 Canonical Partners 来解决。不要忘记让它更新,或者运行:
sudo apt-get update
然后简单:
sudo apt-get install --reinstall deluge
将会解决问题。
答案3
以下对我有用:
sudo add-apt-repository ppa:libtorrent.org/rc-1.1-daily
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-libtorrent
sudo apt-get install deluge