How To Install rtorrent on Fedora 36

In this tutorial we learn how to install rtorrent in Fedora 36. rtorrent is BitTorrent client based on libtorrent

Introduction

In this tutorial we learn how to install rtorrent on Fedora 36.

What is rtorrent

A BitTorrent client using libtorrent, which on high-bandwidth connections is able to seed at 3 times the speed of the official client. Using ncurses its ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents and scanning of directories for torrent files to seed and/or download.

We can use yum or dnf to install rtorrent on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtorrent.

Install rtorrent on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rtorrent using dnf by running the following command:

sudo dnf -y install rtorrent

Install rtorrent on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rtorrent using yum by running the following command:

sudo yum -y install rtorrent

How To Uninstall rtorrent on Fedora 36

To uninstall only the rtorrent package we can use the following command:

sudo dnf remove rtorrent

rtorrent Package Contents on Fedora 36

/usr/bin/rtorrent
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/43417ce1d14a3cc0adc1c9628e2578ff27b522
/usr/share/doc/rtorrent
/usr/share/doc/rtorrent/AUTHORS
/usr/share/doc/rtorrent/README
/usr/share/doc/rtorrent/rtorrent.rc
/usr/share/licenses/rtorrent
/usr/share/licenses/rtorrent/COPYING
/usr/share/man/man1/rtorrent.1.gz

References

Summary

In this tutorial we learn how to install rtorrent on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).