How to Install and Uninstall ghc-tasty-hunit.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

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

Please follow the step by step instructions below to install ghc-tasty-hunit.x86_64 on Rocky Linux 9

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

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

Please follow the steps below to uninstall ghc-tasty-hunit.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-tasty-hunit.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:07:43 ago on Fri Feb 16 06:49:52 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.