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

Last updated: January 10,2025

1. Install "ghc-tasty-hunit.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-tasty-hunit.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-tasty-hunit.x86_64

2. Uninstall "ghc-tasty-hunit.x86_64" package

Here is a brief guide to show you how to uninstall ghc-tasty-hunit.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-tasty-hunit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:02:36 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-tasty-hunit
Version : 0.10.0.3
Release : 2.el9
Architecture : x86_64
Size : 28 k
Source : ghc-tasty-hunit-0.10.0.3-2.el9.src.rpm
Repository : epel
Summary : HUnit support for the Tasty test framework
URL : https://hackage.haskell.org/package/tasty-hunit
License : MIT
Description : HUnit support for the Tasty test framework.
:
: Note that this package does not depend on HUnit but implements the relevant
: subset of its API. The name is a legacy of the early versions of tasty-hunit
: and of test-framework-hunit, which did depend on HUnit.