How to Install and Uninstall libtorrent.x86_64 Package on Fedora 39

Last updated: December 01,2024

1. Install "libtorrent.x86_64" package

In this section, we are going to explain the necessary steps to install libtorrent.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libtorrent.x86_64

2. Uninstall "libtorrent.x86_64" package

This tutorial shows how to uninstall libtorrent.x86_64 on Fedora 39:

$ sudo dnf remove libtorrent.x86_64 $ sudo dnf autoremove

3. Information about the libtorrent.x86_64 package on Fedora 39

Last metadata expiration check: 3:34:54 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libtorrent
Version : 0.13.8
Release : 12.fc39
Architecture : x86_64
Size : 381 k
Source : libtorrent-0.13.8-12.fc39.src.rpm
Repository : fedora
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.