How To Install ghc-tasty-kat on Fedora 36

In this tutorial we learn how to install ghc-tasty-kat in Fedora 36. ghc-tasty-kat is Known Answer Tests (KAT) framework for tasty

Introduction

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

What is ghc-tasty-kat

Tests running from simple KATs file (different formats/helper supported).

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

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

sudo dnf -y install ghc-tasty-kat

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

sudo yum -y install ghc-tasty-kat

How To Uninstall ghc-tasty-kat on Fedora 36

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

sudo dnf remove ghc-tasty-kat

ghc-tasty-kat Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/7cc611db65069eba9b116fdb2bf290c0f6c0f7
/usr/lib64/libHStasty-kat-0.0.3-4GS0clDbfyq9i5IK6w2B0V-ghc8.10.5.so
/usr/share/licenses/ghc-tasty-kat
/usr/share/licenses/ghc-tasty-kat/LICENSE

References

Summary

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