How To Install ghc-citeproc-prof on Fedora 36

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

Introduction

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

What is ghc-citeproc-prof

This package provides the Haskell citeproc profiling library.

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

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

sudo dnf -y install ghc-citeproc-prof

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

sudo yum -y install ghc-citeproc-prof

How To Uninstall ghc-citeproc-prof on Fedora 36

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

sudo dnf remove ghc-citeproc-prof

ghc-citeproc-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CaseTransform.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CslJson.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Data.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Element.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Eval.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Locale.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Pandoc.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Style.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Types.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Unicode.p_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/libHSciteproc-0.4.0.1-KM2dzdK6dpS1Adlb8IDp4u_p.a

References

Summary

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