How To Install ghc-cookie on Fedora 36

In this tutorial we learn how to install ghc-cookie in Fedora 36. ghc-cookie is HTTP cookie parsing and rendering

Introduction

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

Hackage documentation generation is not reliable. For up to date documentation, please see

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-cookie using dnf by running the following command:

sudo dnf -y install ghc-cookie

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-cookie using yum by running the following command:

sudo yum -y install ghc-cookie

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

sudo dnf remove ghc-cookie
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/bafba1c4f7fd41b4e2f4ee4b168c9974615586
/usr/lib64/libHScookie-0.4.5-LOzJLr9yvSzHR8Ut8mHOGY-ghc8.10.5.so
/usr/share/licenses/ghc-cookie
/usr/share/licenses/ghc-cookie/LICENSE

References

Summary

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