How To Install ghc-HUnit on Fedora 36
Introduction
In this tutorial we learn how to install ghc-HUnit
on Fedora 36.
What is ghc-HUnit
HUnit is a unit testing framework for Haskell, inspired by JUnit for Java.
We can use yum
or dnf
to install ghc-HUnit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-HUnit.
Install ghc-HUnit 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-HUnit
using dnf
by running the following command:
sudo dnf -y install ghc-HUnit
Install ghc-HUnit 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-HUnit
using yum
by running the following command:
sudo yum -y install ghc-HUnit
How To Uninstall ghc-HUnit on Fedora 36
To uninstall only the ghc-HUnit
package we can use the following command:
sudo dnf remove ghc-HUnit
ghc-HUnit Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/6439cbe3b385f2658341038e535de22ce1c297
/usr/lib64/libHSHUnit-1.6.2.0-CpPWGnQqP1WFzeCyyxs5eQ-ghc8.10.5.so
/usr/share/licenses/ghc-HUnit
/usr/share/licenses/ghc-HUnit/LICENSE
References
Summary
In this tutorial we learn how to install ghc-HUnit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).