How To Install ghc-parsers-devel on Fedora 36

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

Introduction

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

What is ghc-parsers-devel

This package provides the Haskell parsers library development files.

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

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

sudo dnf -y install ghc-parsers-devel

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

sudo yum -y install ghc-parsers-devel

How To Uninstall ghc-parsers-devel on Fedora 36

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

sudo dnf remove ghc-parsers-devel

ghc-parsers-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/parsers-0.12.10.conf
/usr/lib64/ghc-8.10.5/parsers-0.12.10
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Char.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Char.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Combinators.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Combinators.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Expression.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Expression.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/LookAhead.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/LookAhead.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Permutation.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Permutation.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token/Highlight.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token/Highlight.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token/Style.dyn_hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/Text/Parser/Token/Style.hi
/usr/lib64/ghc-8.10.5/parsers-0.12.10/libHSparsers-0.12.10-JgLuMVb4CXq7urR33M7BKz.a
/usr/share/doc/ghc-parsers-devel
/usr/share/doc/ghc-parsers-devel/CHANGELOG.markdown
/usr/share/doc/ghc-parsers-devel/README.markdown

References

Summary

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