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

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

Introduction

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

What is ghc-pandoc-types-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-pandoc-types-devel

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

/usr/lib64/ghc-8.10.5/package.conf.d/pandoc-types-1.22.conf
/usr/lib64/ghc-8.10.5/pandoc-types-1.22
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Paths_pandoc_types.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Paths_pandoc_types.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Arbitrary.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Arbitrary.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Builder.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Builder.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Definition.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Definition.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Generic.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Generic.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/JSON.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/JSON.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Walk.dyn_hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/Text/Pandoc/Walk.hi
/usr/lib64/ghc-8.10.5/pandoc-types-1.22/libHSpandoc-types-1.22-8dp3LCrEYGK5GnimCWOcUz.a
/usr/share/doc/ghc-pandoc-types-devel
/usr/share/doc/ghc-pandoc-types-devel/changelog

References

Summary

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