How To Install ghc-servant-options on Fedora 36

In this tutorial we learn how to install ghc-servant-options in Fedora 36. ghc-servant-options is Provide responses to OPTIONS requests for Servant applications

Introduction

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

What is ghc-servant-options

Provide responses to OPTIONS requests for Servant applications.

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

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

sudo dnf -y install ghc-servant-options

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

sudo yum -y install ghc-servant-options

How To Uninstall ghc-servant-options on Fedora 36

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

sudo dnf remove ghc-servant-options

ghc-servant-options Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/15bb024ff95be331bc2dc06bbee0ad7fc81f79
/usr/lib64/libHSservant-options-0.1.0.0-Djn825We2f46RpwrgtagSl-ghc8.10.5.so
/usr/share/licenses/ghc-servant-options
/usr/share/licenses/ghc-servant-options/LICENSE

References

Summary

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