我想rtorrent
作为客户端安装(不是 SeedBox)。我尝试了以下命令:
yum install rtorrent
我收到以下消息:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.iweb.ca
* extras: centos.mirror.iweb.ca
* updates: centos.mirror.netelligent.ca
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package rtorrent available.
Nothing to do
我认为这是因为我的存储库中没有 rtorrent。我应该怎么做才能将 rtorrent 添加到我的存储库?我尝试过yum update
但没有成功。
答案1
答案2
您在 CentOS 附带的 RPM 存储库中找不到它的原因是,rtorrent 传统上是一个桌面应用程序,尽管它是基于命令行的。 CentOS 是 Red Had Enterprise Linux 的终结版,不包含 rtorrent 等应用程序。在网上快速搜索后,我找不到任何包含 rtorrent 的 CentOS 第三方存储库。
我个人的建议是使用 Fedora,它仍然基于 Red Hat 架构,但包含更广泛的软件包,包括 rtorrent。