How To Install ghc-attoparsec-iso8601-devel on Fedora 36

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

Introduction

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

What is ghc-attoparsec-iso8601-devel

This package provides the Haskell attoparsec-iso8601 library development files.

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

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

sudo dnf -y install ghc-attoparsec-iso8601-devel

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

sudo yum -y install ghc-attoparsec-iso8601-devel

How To Uninstall ghc-attoparsec-iso8601-devel on Fedora 36

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

sudo dnf remove ghc-attoparsec-iso8601-devel

ghc-attoparsec-iso8601-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec/Time
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec/Time.dyn_hi
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec/Time.hi
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec/Time/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/Data/Attoparsec/Time/Internal.hi
/usr/lib64/ghc-8.10.5/attoparsec-iso8601-1.0.2.0/libHSattoparsec-iso8601-1.0.2.0-IDpmL5i04aF1Lljn1RiqyB.a
/usr/lib64/ghc-8.10.5/package.conf.d/attoparsec-iso8601-1.0.2.0.conf
/usr/share/doc/ghc-attoparsec-iso8601-devel
/usr/share/doc/ghc-attoparsec-iso8601-devel/README.md

References

Summary

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