How To Install ghc-http-download on Fedora 36

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

Introduction

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

What is ghc-http-download

This package provides the Haskell http-download library.

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

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

sudo dnf -y install ghc-http-download

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

sudo yum -y install ghc-http-download

How To Uninstall ghc-http-download on Fedora 36

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

sudo dnf remove ghc-http-download

ghc-http-download Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/8095df39f7e18ecfe347b7cc726a3615fc5cc9
/usr/lib64/libHShttp-download-0.2.0.0-5xXcazjKj5IDtf5yFEXR8O-ghc8.10.5.so
/usr/share/licenses/ghc-http-download
/usr/share/licenses/ghc-http-download/LICENSE

References

Summary

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