How To Install ghc-authenticate-oauth-devel on Fedora 36

In this tutorial we learn how to install ghc-authenticate-oauth-devel in Fedora 36. ghc-authenticate-oauth-devel is Haskell authenticate-oauth library development files

Introduction

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

What is ghc-authenticate-oauth-devel

This package provides the Haskell authenticate-oauth library development files.

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

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

sudo dnf -y install ghc-authenticate-oauth-devel

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

sudo yum -y install ghc-authenticate-oauth-devel

How To Uninstall ghc-authenticate-oauth-devel on Fedora 36

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

sudo dnf remove ghc-authenticate-oauth-devel

ghc-authenticate-oauth-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate/OAuth
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate/OAuth.dyn_hi
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate/OAuth.hi
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate/OAuth/IO.dyn_hi
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/Web/Authenticate/OAuth/IO.hi
/usr/lib64/ghc-8.10.5/authenticate-oauth-1.6.0.1/libHSauthenticate-oauth-1.6.0.1-Fr2ymnC6EQc6kmf07hisWA.a
/usr/lib64/ghc-8.10.5/package.conf.d/authenticate-oauth-1.6.0.1.conf
/usr/share/doc/ghc-authenticate-oauth-devel
/usr/share/doc/ghc-authenticate-oauth-devel/ChangeLog.md
/usr/share/doc/ghc-authenticate-oauth-devel/README.md

References

Summary

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