How To Install ghc-text-zipper on Fedora 36

In this tutorial we learn how to install ghc-text-zipper in Fedora 36. ghc-text-zipper is Text editor zipper library

Introduction

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

What is ghc-text-zipper

This library provides a zipper and API for editing text.

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

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

sudo dnf -y install ghc-text-zipper

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

sudo yum -y install ghc-text-zipper

How To Uninstall ghc-text-zipper on Fedora 36

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

sudo dnf remove ghc-text-zipper

ghc-text-zipper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/332602973f621daad5e72cd6bdccb71a4bff58
/usr/lib64/libHStext-zipper-0.11-KAxig1wY7wJBWb83ZFkqnj-ghc8.10.5.so
/usr/share/licenses/ghc-text-zipper
/usr/share/licenses/ghc-text-zipper/LICENSE

References

Summary

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