How to Install and Uninstall libtorrent.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "libtorrent.x86_64" package

In this section, we are going to explain the necessary steps to install libtorrent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libtorrent.x86_64

2. Uninstall "libtorrent.x86_64" package

Please follow the guidelines below to uninstall libtorrent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libtorrent.x86_64 $ sudo dnf autoremove

3. Information about the libtorrent.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:13:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libtorrent
Version : 0.13.8
Release : 7.el9
Architecture : x86_64
Size : 366 k
Source : libtorrent-0.13.8-7.el9.src.rpm
Repository : epel
Summary : BitTorrent library with a focus on high performance & good code
URL : https://github.com/rakshasa/libtorrent/
License : GPLv2+
Description : LibTorrent is a BitTorrent library written in C++ for *nix, with a focus
: on high performance and good code. The library differentiates itself
: from other implementations by transfering directly from file pages to
: the network stack. On high-bandwidth connections it is able to seed at
: 3 times the speed of the official client.