How To Install ghc-skylighting-core-prof on Fedora 36

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

Introduction

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

What is ghc-skylighting-core-prof

This package provides the Haskell skylighting-core profiling library.

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

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

sudo dnf -y install ghc-skylighting-core-prof

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

sudo yum -y install ghc-skylighting-core-prof

How To Uninstall ghc-skylighting-core-prof on Fedora 36

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

sudo dnf remove ghc-skylighting-core-prof

ghc-skylighting-core-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Regex/KDE.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Regex/KDE/Compile.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Regex/KDE/Match.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Regex/KDE/Regex.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Core.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Format/ANSI.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Format/HTML.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Format/LaTeX.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Loader.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Parser.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Regex.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Styles.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Tokenizer.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/Skylighting/Types.p_hi
/usr/lib64/ghc-8.10.5/skylighting-core-0.10.5.2/libHSskylighting-core-0.10.5.2-C3k7GZu46EbFuRZqghnT8F_p.a

References

Summary

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