How To Install ghc-casa-types on Fedora 36

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

Introduction

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

What is ghc-casa-types

This package provides the Haskell casa-types library.

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

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

sudo dnf -y install ghc-casa-types

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

sudo yum -y install ghc-casa-types

How To Uninstall ghc-casa-types on Fedora 36

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

sudo dnf remove ghc-casa-types

ghc-casa-types Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/5f735afaed1d049650cc63a8513d10ee28a070
/usr/lib64/libHScasa-types-0.0.2-InGl5Ztl415IYhTHJoO1rD-ghc8.10.5.so
/usr/share/licenses/ghc-casa-types
/usr/share/licenses/ghc-casa-types/LICENSE

References

Summary

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