How To Install ghc-commonmark-pandoc on Fedora 36

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

Introduction

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

What is ghc-commonmark-pandoc

This package provides the Haskell commonmark-pandoc library.

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

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

sudo dnf -y install ghc-commonmark-pandoc

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

sudo yum -y install ghc-commonmark-pandoc

How To Uninstall ghc-commonmark-pandoc on Fedora 36

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

sudo dnf remove ghc-commonmark-pandoc

ghc-commonmark-pandoc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/7967f7b37b2ce3df72cd67546fc42f94279b0a
/usr/lib64/libHScommonmark-pandoc-0.2.1.1-FW19qskG9Yo5UT7TR4uTEB-ghc8.10.5.so
/usr/share/licenses/ghc-commonmark-pandoc
/usr/share/licenses/ghc-commonmark-pandoc/LICENSE

References

Summary

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