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

Last updated: October 13,2024

1. Install "ghc-hspec-expectations.x86_64" package

Please follow the instructions below to install ghc-hspec-expectations.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ghc-hspec-expectations.x86_64

2. Uninstall "ghc-hspec-expectations.x86_64" package

This is a short guide on how to uninstall ghc-hspec-expectations.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ghc-hspec-expectations.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:01:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-hspec-expectations
Version : 0.8.2
Release : 3.el8
Architecture : x86_64
Size : 24 k
Source : ghc-hspec-expectations-0.8.2-3.el8.src.rpm
Repository : epel
Summary : Catchy combinators for HUnit
URL : https://hackage.haskell.org/package/hspec-expectations
License : MIT
Description : Catchy combinators for HUnit.
:
: The three main primitives are shouldBe, shouldSatisfy and shouldThrow. They can
: be used with HUnit, or any framework that integrates with HUnit, like
: test-framework or Hspec.