How To Install ghc-pandoc on Fedora 36

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

Introduction

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

What is ghc-pandoc

This package provides the Haskell pandoc shared library.

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

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

sudo dnf -y install ghc-pandoc

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

sudo yum -y install ghc-pandoc

How To Uninstall ghc-pandoc on Fedora 36

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

sudo dnf remove ghc-pandoc

ghc-pandoc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/3fb19d504e2f245d0b9a511d1bb7c099f1425c
/usr/lib64/libHSpandoc-2.14.0.3-DDDTvLxJ4gX40mMpfvM2I0-ghc8.10.5.so

References

Summary

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