How To Install ghc-casa-client on Fedora 36

In this tutorial we learn how to install ghc-casa-client in Fedora 36. ghc-casa-client is Haskell casa-client library

Introduction

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

What is ghc-casa-client

This package provides the Haskell casa-client library.

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

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

sudo dnf -y install ghc-casa-client

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

sudo yum -y install ghc-casa-client

How To Uninstall ghc-casa-client on Fedora 36

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

sudo dnf remove ghc-casa-client

ghc-casa-client Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/c86978067b05a43a0789bbb4b4fe9a1a5b7faa
/usr/lib64/libHScasa-client-0.0.1-70qGGQspqOM2gSelb7YPO2-ghc8.10.5.so
/usr/share/licenses/ghc-casa-client
/usr/share/licenses/ghc-casa-client/LICENSE

References

Summary

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