How To Install ghc-aws on Fedora 36

In this tutorial we learn how to install ghc-aws in Fedora 36. ghc-aws is Amazon Web Services (AWS) for Haskell

Introduction

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

What is ghc-aws

Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https

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

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

sudo dnf -y install ghc-aws

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

sudo yum -y install ghc-aws

How To Uninstall ghc-aws on Fedora 36

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

sudo dnf remove ghc-aws

ghc-aws Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/b2094ceb3938c2dd4d23a937d32fa0e9174004
/usr/lib64/libHSaws-0.22-4N0cuOUTxlaEb8bYDhOllp-ghc8.10.5.so
/usr/share/licenses/ghc-aws
/usr/share/licenses/ghc-aws/LICENSE

References

Summary

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