How To Install ghc-cond-devel on Fedora 36

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

Introduction

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

What is ghc-cond-devel

This package provides the Haskell cond library development files.

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

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

sudo dnf -y install ghc-cond-devel

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

sudo yum -y install ghc-cond-devel

How To Uninstall ghc-cond-devel on Fedora 36

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

sudo dnf remove ghc-cond-devel

ghc-cond-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cond-0.4.1.1
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Control
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Control/Conditional.dyn_hi
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Control/Conditional.hi
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Data
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Data/Algebra
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Data/Algebra/Boolean.dyn_hi
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/Data/Algebra/Boolean.hi
/usr/lib64/ghc-8.10.5/cond-0.4.1.1/libHScond-0.4.1.1-HAXeYFs5rt3AUTuNY1aGog.a
/usr/lib64/ghc-8.10.5/package.conf.d/cond-0.4.1.1.conf
/usr/share/doc/ghc-cond-devel
/usr/share/doc/ghc-cond-devel/README.md

References

Summary

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