How To Install ghc-stm-chans-devel on Fedora 36

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

Introduction

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

What is ghc-stm-chans-devel

This package provides the Haskell stm-chans library development files.

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

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

sudo dnf -y install ghc-stm-chans-devel

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

sudo yum -y install ghc-stm-chans-devel

How To Uninstall ghc-stm-chans-devel on Fedora 36

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

sudo dnf remove ghc-stm-chans-devel

ghc-stm-chans-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/stm-chans-3.0.0.4.conf
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBChan.dyn_hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBChan.hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBMChan.dyn_hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBMChan.hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBMQueue.dyn_hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TBMQueue.hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TMChan.dyn_hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TMChan.hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TMQueue.dyn_hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/Control/Concurrent/STM/TMQueue.hi
/usr/lib64/ghc-8.10.5/stm-chans-3.0.0.4/libHSstm-chans-3.0.0.4-KHX93OdHq4J7gERqC9jfvv.a
/usr/share/doc/ghc-stm-chans-devel
/usr/share/doc/ghc-stm-chans-devel/AUTHORS
/usr/share/doc/ghc-stm-chans-devel/CHANGELOG
/usr/share/doc/ghc-stm-chans-devel/README

References

Summary

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