How To Install ghc-persistent-template-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-persistent-template-devel on Fedora 36.

What is ghc-persistent-template-devel

This package provides the Haskell persistent-template library development files.

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

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

sudo dnf -y install ghc-persistent-template-devel

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

sudo yum -y install ghc-persistent-template-devel

How To Uninstall ghc-persistent-template-devel on Fedora 36

To uninstall only the ghc-persistent-template-devel package we can use the following command:

sudo dnf remove ghc-persistent-template-devel

ghc-persistent-template-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/persistent-template-2.12.0.0.conf
/usr/share/doc/ghc-persistent-template-devel
/usr/share/doc/ghc-persistent-template-devel/ChangeLog.md
/usr/share/doc/ghc-persistent-template-devel/README.md
/usr/share/licenses/ghc-persistent-template-devel
/usr/share/licenses/ghc-persistent-template-devel/LICENSE

References

Summary

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