How To Install ghc-parsec-numbers on Fedora 36

In this tutorial we learn how to install ghc-parsec-numbers in Fedora 36. ghc-parsec-numbers is Utilities for parsing numbers from strings

Introduction

In this tutorial we learn how to install ghc-parsec-numbers on Fedora 36.

What is ghc-parsec-numbers

Parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser.

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

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

sudo dnf -y install ghc-parsec-numbers

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

sudo yum -y install ghc-parsec-numbers

How To Uninstall ghc-parsec-numbers on Fedora 36

To uninstall only the ghc-parsec-numbers package we can use the following command:

sudo dnf remove ghc-parsec-numbers

ghc-parsec-numbers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/482b83766b1a9de575070255f2c9a05e8818ce
/usr/lib64/libHSparsec-numbers-0.1.0-3DpUQ2w4KxcFj9LWjOgXQe-ghc8.10.5.so
/usr/share/licenses/ghc-parsec-numbers
/usr/share/licenses/ghc-parsec-numbers/LICENSE

References

Summary

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