How To Install ghc-commonmark-pandoc-devel on Fedora 36

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

Introduction

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

What is ghc-commonmark-pandoc-devel

This package provides the Haskell commonmark-pandoc library development files.

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

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

sudo dnf -y install ghc-commonmark-pandoc-devel

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

sudo yum -y install ghc-commonmark-pandoc-devel

How To Uninstall ghc-commonmark-pandoc-devel on Fedora 36

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

sudo dnf remove ghc-commonmark-pandoc-devel

ghc-commonmark-pandoc-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/commonmark-pandoc-0.2.1.1
/usr/lib64/ghc-8.10.5/commonmark-pandoc-0.2.1.1/Commonmark
/usr/lib64/ghc-8.10.5/commonmark-pandoc-0.2.1.1/Commonmark/Pandoc.dyn_hi
/usr/lib64/ghc-8.10.5/commonmark-pandoc-0.2.1.1/Commonmark/Pandoc.hi
/usr/lib64/ghc-8.10.5/commonmark-pandoc-0.2.1.1/libHScommonmark-pandoc-0.2.1.1-FW19qskG9Yo5UT7TR4uTEB.a
/usr/lib64/ghc-8.10.5/package.conf.d/commonmark-pandoc-0.2.1.1.conf

References

Summary

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