How To Install ghc-torrent-devel on Fedora 36

In this tutorial we learn how to install ghc-torrent-devel in Fedora 36. ghc-torrent-devel is Haskell torrent library development files

Introduction

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

What is ghc-torrent-devel

This package provides the Haskell torrent library development files.

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

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

sudo dnf -y install ghc-torrent-devel

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

sudo yum -y install ghc-torrent-devel

How To Uninstall ghc-torrent-devel on Fedora 36

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

sudo dnf remove ghc-torrent-devel

ghc-torrent-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/torrent-10000.1.1.conf
/usr/lib64/ghc-8.10.5/torrent-10000.1.1
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data/Torrent
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data/Torrent.dyn_hi
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data/Torrent.hi
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data/Torrent/Scrape.dyn_hi
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/Data/Torrent/Scrape.hi
/usr/lib64/ghc-8.10.5/torrent-10000.1.1/libHStorrent-10000.1.1-DL1IFM9sz9m4UEHkEN1sUt.a
/usr/share/doc/ghc-torrent-devel
/usr/share/doc/ghc-torrent-devel/CHANGELOG

References

Summary

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