How To Install ghc-citeproc on Fedora 36

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

Introduction

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

What is ghc-citeproc

This package provides the Haskell citeproc library.

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

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

sudo dnf -y install ghc-citeproc

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

sudo yum -y install ghc-citeproc

How To Uninstall ghc-citeproc on Fedora 36

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

sudo dnf remove ghc-citeproc

ghc-citeproc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/b2bcfdec15999b0032dd6592c0c7fed463fd7e
/usr/lib64/libHSciteproc-0.4.0.1-KM2dzdK6dpS1Adlb8IDp4u-ghc8.10.5.so
/usr/share/licenses/ghc-citeproc
/usr/share/licenses/ghc-citeproc/LICENSE

References

Summary

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