How To Install ghc-authenticate-oauth on Fedora 36

In this tutorial we learn how to install ghc-authenticate-oauth in Fedora 36. ghc-authenticate-oauth is Library to authenticate with OAuth for Haskell web applications

Introduction

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

What is ghc-authenticate-oauth

Authentication methods for Haskell web applications.

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

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

sudo dnf -y install ghc-authenticate-oauth

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

sudo yum -y install ghc-authenticate-oauth

How To Uninstall ghc-authenticate-oauth on Fedora 36

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

sudo dnf remove ghc-authenticate-oauth

ghc-authenticate-oauth Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/c8317bf05a0640eeff6af7bd31bccb7f53c740
/usr/lib64/libHSauthenticate-oauth-1.6.0.1-Fr2ymnC6EQc6kmf07hisWA-ghc8.10.5.so
/usr/share/licenses/ghc-authenticate-oauth
/usr/share/licenses/ghc-authenticate-oauth/LICENSE

References

Summary

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