How To Install ghc-gitit on Fedora 36

In this tutorial we learn how to install ghc-gitit in Fedora 36. ghc-gitit is Haskell gitit library

Introduction

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

What is ghc-gitit

This package provides the Haskell gitit shared library.

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

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

sudo dnf -y install ghc-gitit

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

sudo yum -y install ghc-gitit

How To Uninstall ghc-gitit on Fedora 36

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

sudo dnf remove ghc-gitit

ghc-gitit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/9820f9583f43d8df27c45348b039729eacdd14
/usr/lib64/libHSgitit-0.13.0.0-Hg4TdLJNDIeHlYuaVvLfIu-ghc8.10.5.so

References

Summary

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