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

Last updated: October 06,2024

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

This guide covers the steps necessary to install ghc-tasty-hunit.x86_64 on AlmaLinux 9

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

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

This guide covers the steps necessary to uninstall ghc-tasty-hunit.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:11:40 ago on Wed Mar 13 07:41:12 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.