How To Install ghc-ghc-syb-utils on Fedora 36

In this tutorial we learn how to install ghc-ghc-syb-utils in Fedora 36. ghc-ghc-syb-utils is Scrap Your Boilerplate utilities for the GHC API

Introduction

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

What is ghc-ghc-syb-utils

Scrap Your Boilerplate utilities for the GHC API.

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

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

sudo dnf -y install ghc-ghc-syb-utils

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

sudo yum -y install ghc-ghc-syb-utils

How To Uninstall ghc-ghc-syb-utils on Fedora 36

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

sudo dnf remove ghc-ghc-syb-utils

ghc-ghc-syb-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/1b175aaecc77dd138dad7d07ed557048317c52
/usr/lib64/libHSghc-syb-utils-0.3.0.0-GqPnNcye0wd8Id0TBwPIyj-ghc8.10.5.so
/usr/share/licenses/ghc-ghc-syb-utils
/usr/share/licenses/ghc-ghc-syb-utils/LICENSE

References

Summary

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