How To Install ghc-pcre-light-devel on Fedora 36

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

Introduction

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

What is ghc-pcre-light-devel

This package provides the Haskell pcre-light library development files.

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

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

sudo dnf -y install ghc-pcre-light-devel

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

sudo yum -y install ghc-pcre-light-devel

How To Uninstall ghc-pcre-light-devel on Fedora 36

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

sudo dnf remove ghc-pcre-light-devel

ghc-pcre-light-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/pcre-light-0.4.1.0.conf
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light.dyn_hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light.hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light/Base.dyn_hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light/Base.hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light/Char8.dyn_hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/Text/Regex/PCRE/Light/Char8.hi
/usr/lib64/ghc-8.10.5/pcre-light-0.4.1.0/libHSpcre-light-0.4.1.0-49IZWgnhMR1Cce5oF6A0kv.a
/usr/share/doc/ghc-pcre-light-devel
/usr/share/doc/ghc-pcre-light-devel/README.md

References

Summary

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