How To Install ghc-tasty-quickcheck on Fedora 36

In this tutorial we learn how to install ghc-tasty-quickcheck in Fedora 36. ghc-tasty-quickcheck is QuickCheck support for the Tasty test framework

Introduction

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

What is ghc-tasty-quickcheck

QuickCheck support for the Tasty test framework.

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

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

sudo dnf -y install ghc-tasty-quickcheck

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

sudo yum -y install ghc-tasty-quickcheck

How To Uninstall ghc-tasty-quickcheck on Fedora 36

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

sudo dnf remove ghc-tasty-quickcheck

ghc-tasty-quickcheck Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/4d2b25094efe18f04bfcf4ac2283bf71ec8fed
/usr/lib64/libHStasty-quickcheck-0.10.1.2-4JYQlC9T8B49xtiwG9HwmV-ghc8.10.5.so
/usr/share/licenses/ghc-tasty-quickcheck
/usr/share/licenses/ghc-tasty-quickcheck/LICENSE

References

Summary

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