How To Install ghc-http-download-prof on Fedora 36

In this tutorial we learn how to install ghc-http-download-prof in Fedora 36. ghc-http-download-prof is Haskell http-download profiling library

Introduction

In this tutorial we learn how to install ghc-http-download-prof on Fedora 36.

What is ghc-http-download-prof

This package provides the Haskell http-download profiling library.

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

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

sudo dnf -y install ghc-http-download-prof

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

sudo yum -y install ghc-http-download-prof

How To Uninstall ghc-http-download-prof on Fedora 36

To uninstall only the ghc-http-download-prof package we can use the following command:

sudo dnf remove ghc-http-download-prof

ghc-http-download-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/http-download-0.2.0.0/Network/HTTP/Download.p_hi
/usr/lib64/ghc-8.10.5/http-download-0.2.0.0/Network/HTTP/Download/Verified.p_hi
/usr/lib64/ghc-8.10.5/http-download-0.2.0.0/Paths_http_download.p_hi
/usr/lib64/ghc-8.10.5/http-download-0.2.0.0/libHShttp-download-0.2.0.0-5xXcazjKj5IDtf5yFEXR8O_p.a

References

Summary

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