How to Install and Uninstall ghc-HUnit.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "ghc-HUnit.x86_64" package

This is a short guide on how to install ghc-HUnit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ghc-HUnit.x86_64

2. Uninstall "ghc-HUnit.x86_64" package

This guide covers the steps necessary to uninstall ghc-HUnit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ghc-HUnit.x86_64 $ sudo dnf autoremove

3. Information about the ghc-HUnit.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:42:33 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-HUnit
Version : 1.6.0.0
Release : 2.el8
Architecture : x86_64
Size : 53 k
Source : ghc-HUnit-1.6.0.0-2.el8.src.rpm
Repository : epel
Summary : A unit testing framework for Haskell
URL : https://hackage.haskell.org/package/HUnit
License : BSD
Description : HUnit is a unit testing framework for Haskell, inspired by JUnit for Java.