How to Install and Uninstall ghc-HUnit.x86_64 Package on CentOS Stream 9

Last updated: November 30,2024

1. Install "ghc-HUnit.x86_64" package

This guide let you learn how to install ghc-HUnit.x86_64 on CentOS Stream 9

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

2. Uninstall "ghc-HUnit.x86_64" package

Please follow the guidance below to uninstall ghc-HUnit.x86_64 on CentOS Stream 9:

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

3. Information about the ghc-HUnit.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:02:39 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-HUnit
Version : 1.6.2.0
Release : 2.el9
Architecture : x86_64
Size : 51 k
Source : ghc-HUnit-1.6.2.0-2.el9.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.