How To Install ghc-atomic-write-prof on Fedora 36

In this tutorial we learn how to install ghc-atomic-write-prof in Fedora 36. ghc-atomic-write-prof is Haskell atomic-write profiling library

Introduction

In this tutorial we learn how to install ghc-atomic-write-prof on Fedora 36.

What is ghc-atomic-write-prof

This package provides the Haskell atomic-write profiling library.

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

Install ghc-atomic-write-prof 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-atomic-write-prof using dnf by running the following command:

sudo dnf -y install ghc-atomic-write-prof

Install ghc-atomic-write-prof 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-atomic-write-prof using yum by running the following command:

sudo yum -y install ghc-atomic-write-prof

How To Uninstall ghc-atomic-write-prof on Fedora 36

To uninstall only the ghc-atomic-write-prof package we can use the following command:

sudo dnf remove ghc-atomic-write-prof

ghc-atomic-write-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Internal.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString/Binary.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteStringBuilder.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString/Binary.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText/Binary.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String/Binary.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text/Binary.p_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/libHSatomic-write-0.2.0.7-AeN3ANOl48n5fBAuKBYdOT_p.a

References

Summary

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