How to Install and Uninstall ghc-hspec.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "ghc-hspec.x86_64" package

Learn how to install ghc-hspec.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-hspec.x86_64" package

Please follow the instructions below to uninstall ghc-hspec.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-hspec.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:39:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-hspec
Version : 2.4.8
Release : 1.el8
Architecture : x86_64
Size : 26 k
Source : ghc-hspec-2.4.8-1.el8.src.rpm
Repository : epel
Summary : A Testing Framework for Haskell
URL : https://hackage.haskell.org/package/hspec
License : MIT
Description : Hspec is a testing framework for Haskell. It is inspired by the Ruby library
: RSpec. Some of Hspec's distinctive features are:
:
: * a friendly DSL for defining tests
:
: * integration with QuickCheck, SmallCheck, and HUnit
:
: * parallel test execution
:
: * automatic discovery of test files
:
: The Hspec Manual is at .