How To Install ghc-attoparsec-binary on Fedora 36

In this tutorial we learn how to install ghc-attoparsec-binary in Fedora 36. ghc-attoparsec-binary is Binary processing extensions to Attoparsec

Introduction

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

What is ghc-attoparsec-binary

This package adds a collection of helper functions to make the task dealing with binary data of varying endianness from within an Attoparsec parser easier.

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

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

sudo dnf -y install ghc-attoparsec-binary

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

sudo yum -y install ghc-attoparsec-binary

How To Uninstall ghc-attoparsec-binary on Fedora 36

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

sudo dnf remove ghc-attoparsec-binary

ghc-attoparsec-binary Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/acf2d900c66512d80ece8195d03cb6c36c26f6
/usr/lib64/libHSattoparsec-binary-0.2-5pHkaN4QFKn5cFiR66ro2R-ghc8.10.5.so
/usr/share/licenses/ghc-attoparsec-binary
/usr/share/licenses/ghc-attoparsec-binary/LICENSE

References

Summary

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