How to Install and Uninstall ghc-hspec.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "ghc-hspec.x86_64" package

This guide let you learn how to install ghc-hspec.x86_64 on Fedora 36

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

2. Uninstall "ghc-hspec.x86_64" package

This is a short guide on how to uninstall ghc-hspec.x86_64 on Fedora 36:

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

3. Information about the ghc-hspec.x86_64 package on Fedora 36

Last metadata expiration check: 3:10:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-hspec
Version : 2.7.10
Release : 2.fc36
Architecture : x86_64
Size : 21 k
Source : ghc-hspec-2.7.10-2.fc36.src.rpm
Repository : fedora
Summary : A Testing Framework for Haskell
URL : https://hackage.haskell.org/package/hspec
License : MIT
Description : Hspec is a testing framework for Haskell. 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 .