How To Install libtorrent on Fedora 36
Introduction
In this tutorial we learn how to install libtorrent
on Fedora 36.
What is libtorrent
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.
We can use yum
or dnf
to install libtorrent
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtorrent.
Install libtorrent 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 libtorrent
using dnf
by running the following command:
sudo dnf -y install libtorrent
Install libtorrent 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 libtorrent
using yum
by running the following command:
sudo yum -y install libtorrent
How To Uninstall libtorrent on Fedora 36
To uninstall only the libtorrent
package we can use the following command:
sudo dnf remove libtorrent
libtorrent Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/582d4403ae1cda1c91f7220fc2479e1342cecf
/usr/lib64/libtorrent.so.21
/usr/lib64/libtorrent.so.21.0.0
/usr/share/doc/libtorrent
/usr/share/doc/libtorrent/AUTHORS
/usr/share/doc/libtorrent/README
/usr/share/licenses/libtorrent
/usr/share/licenses/libtorrent/COPYING
References
Summary
In this tutorial we learn how to install libtorrent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtorrent on Fedora 36” linkTitle: “libtorrent” type: “docs” description: “In this tutorial we learn how to install libtorrent in Fedora 36. libtorrent is BitTorrent library with a focus on high performance & good code” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtorrent-featured.png
Introduction
In this tutorial we learn how to install libtorrent
on Fedora 36.
What is libtorrent
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.
We can use yum
or dnf
to install libtorrent
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtorrent.
Install libtorrent 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 libtorrent
using dnf
by running the following command:
sudo dnf -y install libtorrent
Install libtorrent 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 libtorrent
using yum
by running the following command:
sudo yum -y install libtorrent
How To Uninstall libtorrent on Fedora 36
To uninstall only the libtorrent
package we can use the following command:
sudo dnf remove libtorrent
libtorrent Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/d28af7ece8c7392e4ef355bc9bc898393768d0
/usr/lib/libtorrent.so.21
/usr/lib/libtorrent.so.21.0.0
/usr/share/doc/libtorrent
/usr/share/doc/libtorrent/AUTHORS
/usr/share/doc/libtorrent/README
/usr/share/licenses/libtorrent
/usr/share/licenses/libtorrent/COPYING
References
Summary
In this tutorial we learn how to install libtorrent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).