How to Install and Uninstall libtorrent.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "libtorrent.x86_64" package

Please follow the guidelines below to install libtorrent.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libtorrent.x86_64

2. Uninstall "libtorrent.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libtorrent.x86_64 on Oracle Linux 9:

$ sudo dnf remove libtorrent.x86_64 $ sudo dnf autoremove

3. Information about the libtorrent.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:11:21 ago on Thu Feb 15 07:50:05 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.