How To Install ghc-hoauth2-devel on Fedora 36

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

Introduction

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

What is ghc-hoauth2-devel

This package provides the Haskell hoauth2 library development files.

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

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

sudo dnf -y install ghc-hoauth2-devel

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

sudo yum -y install ghc-hoauth2-devel

How To Uninstall ghc-hoauth2-devel on Fedora 36

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

sudo dnf remove ghc-hoauth2-devel

ghc-hoauth2-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hoauth2-1.16.0
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2.dyn_hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2.hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/AuthorizationRequest.dyn_hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/AuthorizationRequest.hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/HttpClient.dyn_hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/HttpClient.hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/Internal.hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/TokenRequest.dyn_hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/Network/OAuth/OAuth2/TokenRequest.hi
/usr/lib64/ghc-8.10.5/hoauth2-1.16.0/libHShoauth2-1.16.0-AtYDppFAxQVGUUG6cYSi4W.a
/usr/lib64/ghc-8.10.5/package.conf.d/hoauth2-1.16.0.conf
/usr/share/doc/ghc-hoauth2-devel
/usr/share/doc/ghc-hoauth2-devel/README.md
/usr/share/doc/ghc-hoauth2-devel/example
/usr/share/doc/ghc-hoauth2-devel/example/App.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP
/usr/share/doc/ghc-hoauth2-devel/example/IDP.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/AzureAD.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Douban.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Dropbox.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Facebook.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Fitbit.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Github.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Google.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Linkedin.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Okta.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/StackExchange.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/Weibo.hs
/usr/share/doc/ghc-hoauth2-devel/example/IDP/ZOHO.hs
/usr/share/doc/ghc-hoauth2-devel/example/Keys.hs
/usr/share/doc/ghc-hoauth2-devel/example/Keys.hs.sample
/usr/share/doc/ghc-hoauth2-devel/example/README.md
/usr/share/doc/ghc-hoauth2-devel/example/Session.hs
/usr/share/doc/ghc-hoauth2-devel/example/Types.hs
/usr/share/doc/ghc-hoauth2-devel/example/Utils.hs
/usr/share/doc/ghc-hoauth2-devel/example/Views.hs
/usr/share/doc/ghc-hoauth2-devel/example/assets
/usr/share/doc/ghc-hoauth2-devel/example/assets/main.css
/usr/share/doc/ghc-hoauth2-devel/example/main.hs
/usr/share/doc/ghc-hoauth2-devel/example/templates
/usr/share/doc/ghc-hoauth2-devel/example/templates/index.mustache

References

Summary

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