How To Install ghc-torrent on Fedora 36

In this tutorial we learn how to install ghc-torrent in Fedora 36. ghc-torrent is BitTorrent file parser and generater

Introduction

In this tutorial we learn how to install ghc-torrent on Fedora 36.

What is ghc-torrent

BitTorrent file parser and generater.

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

Install ghc-torrent 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 ghc-torrent using dnf by running the following command:

sudo dnf -y install ghc-torrent

Install ghc-torrent 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 ghc-torrent using yum by running the following command:

sudo yum -y install ghc-torrent

How To Uninstall ghc-torrent on Fedora 36

To uninstall only the ghc-torrent package we can use the following command:

sudo dnf remove ghc-torrent

ghc-torrent Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/e04659f13152881b7affbfb127930a451665c9
/usr/lib64/libHStorrent-10000.1.1-DL1IFM9sz9m4UEHkEN1sUt-ghc8.10.5.so
/usr/share/licenses/ghc-torrent
/usr/share/licenses/ghc-torrent/LICENSE

References

Summary

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