How To Install ghc-stm-chans on Fedora 36

In this tutorial we learn how to install ghc-stm-chans in Fedora 36. ghc-stm-chans is Additional types of channels for STM

Introduction

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

What is ghc-stm-chans

Additional types of channels for STM and TQueue’s.

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

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

sudo dnf -y install ghc-stm-chans

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

sudo yum -y install ghc-stm-chans

How To Uninstall ghc-stm-chans on Fedora 36

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

sudo dnf remove ghc-stm-chans

ghc-stm-chans Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/d477924b12fe55326a30f2c8ae0836184dae75
/usr/lib64/libHSstm-chans-3.0.0.4-KHX93OdHq4J7gERqC9jfvv-ghc8.10.5.so
/usr/share/licenses/ghc-stm-chans
/usr/share/licenses/ghc-stm-chans/LICENSE

References

Summary

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