How To Install ghc-text-zipper-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-text-zipper-devel on Fedora 36.

What is ghc-text-zipper-devel

This package provides the Haskell text-zipper library development files.

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

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

sudo dnf -y install ghc-text-zipper-devel

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

sudo yum -y install ghc-text-zipper-devel

How To Uninstall ghc-text-zipper-devel on Fedora 36

To uninstall only the ghc-text-zipper-devel package we can use the following command:

sudo dnf remove ghc-text-zipper-devel

ghc-text-zipper-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/text-zipper-0.11.conf
/usr/lib64/ghc-8.10.5/text-zipper-0.11
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper.dyn_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper.hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic.dyn_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic.hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic/Words.dyn_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Generic/Words.hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Vector.dyn_hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/Data/Text/Zipper/Vector.hi
/usr/lib64/ghc-8.10.5/text-zipper-0.11/libHStext-zipper-0.11-KAxig1wY7wJBWb83ZFkqnj.a
/usr/share/doc/ghc-text-zipper-devel
/usr/share/doc/ghc-text-zipper-devel/CHANGELOG

References

Summary

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