How To Install ghc-citeproc-devel on Fedora 36

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

Introduction

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

What is ghc-citeproc-devel

This package provides the Haskell citeproc library development files.

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

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

sudo dnf -y install ghc-citeproc-devel

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

sudo yum -y install ghc-citeproc-devel

How To Uninstall ghc-citeproc-devel on Fedora 36

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

sudo dnf remove ghc-citeproc-devel

ghc-citeproc-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CaseTransform.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CaseTransform.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CslJson.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/CslJson.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Data.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Data.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Element.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Element.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Eval.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Eval.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Locale.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Locale.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Pandoc.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Pandoc.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Style.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Style.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Types.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Types.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Unicode.dyn_hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/Citeproc/Unicode.hi
/usr/lib64/ghc-8.10.5/citeproc-0.4.0.1/libHSciteproc-0.4.0.1-KM2dzdK6dpS1Adlb8IDp4u.a
/usr/lib64/ghc-8.10.5/package.conf.d/citeproc-0.4.0.1.conf

References

Summary

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