How To Install ghc-wai-app-static on Fedora 36

In this tutorial we learn how to install ghc-wai-app-static in Fedora 36. ghc-wai-app-static is WAI application for static serving

Introduction

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

What is ghc-wai-app-static

WAI application for static serving. Also provides some helper functions and datatypes for use outside of WAI.

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

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

sudo dnf -y install ghc-wai-app-static

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

sudo yum -y install ghc-wai-app-static

How To Uninstall ghc-wai-app-static on Fedora 36

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

sudo dnf remove ghc-wai-app-static

ghc-wai-app-static Package Contents on Fedora 36

/usr/bin/warp
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/10826ad20732af13dddc3853bf6c81f90808ba
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/18d120a1c17e60897d171cbe9ea1f9fcd3d82d
/usr/lib64/libHSwai-app-static-3.1.7.2-4ZHMO3izLmXCi2zYL1RoHk-ghc8.10.5.so
/usr/share/licenses/ghc-wai-app-static
/usr/share/licenses/ghc-wai-app-static/LICENSE

References

Summary

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