How To Install ghc-regex-tdfa-prof on Fedora 36

In this tutorial we learn how to install ghc-regex-tdfa-prof in Fedora 36. ghc-regex-tdfa-prof is Haskell regex-tdfa profiling library

Introduction

In this tutorial we learn how to install ghc-regex-tdfa-prof on Fedora 36.

What is ghc-regex-tdfa-prof

This package provides the Haskell regex-tdfa profiling library.

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

Install ghc-regex-tdfa-prof 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-regex-tdfa-prof using dnf by running the following command:

sudo dnf -y install ghc-regex-tdfa-prof

Install ghc-regex-tdfa-prof 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-regex-tdfa-prof using yum by running the following command:

sudo yum -y install ghc-regex-tdfa-prof

How To Uninstall ghc-regex-tdfa-prof on Fedora 36

To uninstall only the ghc-regex-tdfa-prof package we can use the following command:

sudo dnf remove ghc-regex-tdfa-prof

ghc-regex-tdfa-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Data/IntMap/CharMap2.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Data/IntMap/EnumMap2.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Data/IntSet/EnumSet2.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Paths_regex_tdfa.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/ByteString.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/ByteString/Lazy.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/Common.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/CorePattern.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/IntArrTrieSet.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Engine.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Engine_FA.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Engine_NC.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Engine_NC_FA.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/MakeTest.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Tester.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/NewDFA/Uncons.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/Pattern.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/ReadRegex.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/Sequence.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/String.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/TDFA.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/TNFA.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/Text.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/Text/Regex/TDFA/Text/Lazy.p_hi
/usr/lib64/ghc-8.10.5/regex-tdfa-1.3.1.1/libHSregex-tdfa-1.3.1.1-8VoMbEm3wUO54FUt0LvNBD_p.a

References

Summary

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