How To Install ghc-yesod-test on Fedora 36

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

Introduction

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

What is ghc-yesod-test

This package provides the Haskell yesod-test library.

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

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

sudo dnf -y install ghc-yesod-test

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

sudo yum -y install ghc-yesod-test

How To Uninstall ghc-yesod-test on Fedora 36

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

sudo dnf remove ghc-yesod-test

ghc-yesod-test Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/702c292b1798e8b7ad150182f13c7cd5699e87
/usr/lib64/libHSyesod-test-1.6.12-JLqidg7KPuR67qWqpag55R-ghc8.10.5.so
/usr/share/licenses/ghc-yesod-test
/usr/share/licenses/ghc-yesod-test/LICENSE

References

Summary

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