How To Install ghc-HTTP-prof on Fedora 36

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

Introduction

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

What is ghc-HTTP-prof

This package provides the Haskell HTTP profiling library.

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

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

sudo dnf -y install ghc-HTTP-prof

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

sudo yum -y install ghc-HTTP-prof

How To Uninstall ghc-HTTP-prof on Fedora 36

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

sudo dnf remove ghc-HTTP-prof

ghc-HTTP-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/Browser.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/BufferType.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Auth.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Base.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Base64.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Cookie.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/HandleStream.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Headers.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/MD5Aux.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Proxy.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Stream.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/HTTP/Utils.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/Stream.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/StreamDebugger.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/StreamSocket.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Network/TCP.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/Paths_HTTP.p_hi
/usr/lib64/ghc-8.10.5/HTTP-4000.3.16/libHSHTTP-4000.3.16-JT8fqoprsca71Hyy9dbnyT_p.a

References

Summary

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