How To Install ghc-http-date on Fedora 36

In this tutorial we learn how to install ghc-http-date in Fedora 36. ghc-http-date is HTTP Date parser and formatter

Introduction

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

What is ghc-http-date

Fast parser and formatter for HTTP Date.

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

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

sudo dnf -y install ghc-http-date

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

sudo yum -y install ghc-http-date

How To Uninstall ghc-http-date on Fedora 36

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

sudo dnf remove ghc-http-date

ghc-http-date Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/09bc5e3ef88e75d30b447b609a20e52e9f83b9
/usr/lib64/libHShttp-date-0.0.11-JdBFdSvLMcAEbRJq6yFz79-ghc8.10.5.so
/usr/share/licenses/ghc-http-date
/usr/share/licenses/ghc-http-date/LICENSE

References

Summary

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