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

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

Introduction

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

What is ghc-atomic-write-devel

This package provides the Haskell atomic-write library development files.

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

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

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

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

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

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

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

sudo dnf remove ghc-atomic-write-devel

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

/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Internal.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString/Binary.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteString/Binary.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteStringBuilder.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/ByteStringBuilder.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString/Binary.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyByteString/Binary.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText/Binary.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/LazyText/Binary.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String/Binary.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/String/Binary.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text/Binary.dyn_hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/System/AtomicWrite/Writer/Text/Binary.hi
/usr/lib64/ghc-8.10.5/atomic-write-0.2.0.7/libHSatomic-write-0.2.0.7-AeN3ANOl48n5fBAuKBYdOT.a
/usr/lib64/ghc-8.10.5/package.conf.d/atomic-write-0.2.0.7.conf

References

Summary

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