How To Install ghc-stringsearch-prof on Fedora 36

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

Introduction

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

What is ghc-stringsearch-prof

This package provides the Haskell stringsearch profiling library.

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

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

sudo dnf -y install ghc-stringsearch-prof

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

sudo yum -y install ghc-stringsearch-prof

How To Uninstall ghc-stringsearch-prof on Fedora 36

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

sudo dnf remove ghc-stringsearch-prof

ghc-stringsearch-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Lazy/Search.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Lazy/Search/DFA.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Lazy/Search/Internal/BoyerMoore.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Lazy/Search/KMP.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Lazy/Search/KarpRabin.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/BoyerMoore.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/DFA.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/Internal/BoyerMoore.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/Internal/KnuthMorrisPratt.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/Internal/Utils.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/KMP.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/KarpRabin.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/KnuthMorrisPratt.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/Data/ByteString/Search/Substitution.p_hi
/usr/lib64/ghc-8.10.5/stringsearch-0.3.6.6/libHSstringsearch-0.3.6.6-Lle2SO8TbtTA21wjkNX2yK_p.a

References

Summary

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