无法在 Debian sid 上安装 deluge

无法在 Debian sid 上安装 deluge

每次我尝试在系统上安装 Deluge 时都会抛出此错误

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:
 python3-libtorrent : Depends: python3 (< 3.9) but 3.9.0-3 is to be installed
E: Unable to correct problems, you have held broken packages.

所以有人知道在 Debian sid 上安装 deluge 的解决方案。在我更新系统之前,Deluge 就可以工作,现在它甚至无法安装。

答案1

python3-libtorrent目前 sid 已损坏,结果构建失败过渡到 Python 3.9。结果,它不再可安装,这对不稳定来说是好事。

解决方案是修复其中的错误python3-libtorrent——毕竟,unstable 是 Debian 的开发版本,其预期用途是开发 Debian 的下一个版本(正在测试套件中形成)。有更新版本已在包的 git 存储库中准备好,因此您可以尝试构建它。

相关内容