How To Install ghc-wai-logger on Fedora 36

In this tutorial we learn how to install ghc-wai-logger in Fedora 36. ghc-wai-logger is A logging system for WAI

Introduction

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

What is ghc-wai-logger

A logging system for WAI.

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

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

sudo dnf -y install ghc-wai-logger

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

sudo yum -y install ghc-wai-logger

How To Uninstall ghc-wai-logger on Fedora 36

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

sudo dnf remove ghc-wai-logger

ghc-wai-logger Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/3cc1e911337dcf9a997ccc2a011ee920925736
/usr/lib64/libHSwai-logger-2.3.6-IvvXYJVBOAtDQ201Wk05Ux-ghc8.10.5.so
/usr/share/licenses/ghc-wai-logger
/usr/share/licenses/ghc-wai-logger/LICENSE

References

Summary

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