How To Install ghc-StateVar-devel on Fedora 36

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

Introduction

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

What is ghc-StateVar-devel

This package provides the Haskell StateVar library development files.

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

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

sudo dnf -y install ghc-StateVar-devel

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

sudo yum -y install ghc-StateVar-devel

How To Uninstall ghc-StateVar-devel on Fedora 36

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

sudo dnf remove ghc-StateVar-devel

ghc-StateVar-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/StateVar-1.2.2
/usr/lib64/ghc-8.10.5/StateVar-1.2.2/Data
/usr/lib64/ghc-8.10.5/StateVar-1.2.2/Data/StateVar.dyn_hi
/usr/lib64/ghc-8.10.5/StateVar-1.2.2/Data/StateVar.hi
/usr/lib64/ghc-8.10.5/StateVar-1.2.2/libHSStateVar-1.2.2-It1hbplVavsB39KpwsXcML.a
/usr/lib64/ghc-8.10.5/package.conf.d/StateVar-1.2.2.conf
/usr/share/doc/ghc-StateVar-devel
/usr/share/doc/ghc-StateVar-devel/CHANGELOG.md
/usr/share/doc/ghc-StateVar-devel/README.md

References

Summary

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