How To Install ghc-SafeSemaphore-devel on Fedora 36

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

Introduction

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

What is ghc-SafeSemaphore-devel

This package provides the Haskell SafeSemaphore library development files.

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

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

sudo dnf -y install ghc-SafeSemaphore-devel

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

sudo yum -y install ghc-SafeSemaphore-devel

How To Uninstall ghc-SafeSemaphore-devel on Fedora 36

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

sudo dnf remove ghc-SafeSemaphore-devel

ghc-SafeSemaphore-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/FairRWLock.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/FairRWLock.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSampleVar.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSampleVar.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSem.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSem.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSemN.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSemN.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSemN2.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/MSemN2.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/SSem.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/SSem.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/STM
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/STM/SSem.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/STM/SSem.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/STM/SSemInternals.dyn_hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/Control/Concurrent/STM/SSemInternals.hi
/usr/lib64/ghc-8.10.5/SafeSemaphore-0.10.1/libHSSafeSemaphore-0.10.1-1SBXOC6CTfcFS6zKqzrLde.a
/usr/lib64/ghc-8.10.5/package.conf.d/SafeSemaphore-0.10.1.conf

References

Summary

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