How To Install ghc-rosezipper on Fedora 36

In this tutorial we learn how to install ghc-rosezipper in Fedora 36. ghc-rosezipper is Generic zipper implementation for Data.Tree

Introduction

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

What is ghc-rosezipper

A Haskell data structure for working with locations in trees or forests.

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

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

sudo dnf -y install ghc-rosezipper

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

sudo yum -y install ghc-rosezipper

How To Uninstall ghc-rosezipper on Fedora 36

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

sudo dnf remove ghc-rosezipper

ghc-rosezipper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/eb8a0d5250e2b1babd32012d4148896ac94e1b
/usr/lib64/libHSrosezipper-0.2-B8W8VwTxyRDD9ijUqaWGKU-ghc8.10.5.so
/usr/share/licenses/ghc-rosezipper
/usr/share/licenses/ghc-rosezipper/LICENSE

References

Summary

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