How To Install ghc-bugzilla-redhat on Fedora 36

In this tutorial we learn how to install ghc-bugzilla-redhat in Fedora 36. ghc-bugzilla-redhat is A Haskell interface to the Bugzilla native REST API

Introduction

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

What is ghc-bugzilla-redhat

This package is designed to provide an easy-to-use, type-safe interface to querying Bugzilla from Haskell. This is a friendly fork of Seth Fowler’s library, with updates and API tweaks needed for bugzilla.redhat.com.

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

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

sudo dnf -y install ghc-bugzilla-redhat

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

sudo yum -y install ghc-bugzilla-redhat

How To Uninstall ghc-bugzilla-redhat on Fedora 36

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

sudo dnf remove ghc-bugzilla-redhat

ghc-bugzilla-redhat Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/5e14918dd02f4418a437cb261ca4fff0e335f5
/usr/lib64/libHSbugzilla-redhat-1.0.0-FdBvtUAM2jZItkoqFlxwQ0-ghc8.10.5.so
/usr/share/licenses/ghc-bugzilla-redhat
/usr/share/licenses/ghc-bugzilla-redhat/LICENSE

References

Summary

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