How to Install and Uninstall ghc-smallcheck.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "ghc-smallcheck.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-smallcheck.x86_64 on Fedora 39

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

2. Uninstall "ghc-smallcheck.x86_64" package

Please follow the steps below to uninstall ghc-smallcheck.x86_64 on Fedora 39:

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

3. Information about the ghc-smallcheck.x86_64 package on Fedora 39

Last metadata expiration check: 1:24:06 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-smallcheck
Version : 1.2.1.1
Release : 1.fc39
Architecture : x86_64
Size : 97 k
Source : ghc-smallcheck-1.2.1.1-1.fc39.src.rpm
Repository : fedora
Summary : A property-based testing library
URL : https://hackage.haskell.org/package/smallcheck
License : BSD-3-Clause
Description : As of 2023, this library is largely obsolete: arbitrary test generators with
: shrinking such as [falsify](https://hackage.haskell.org/package/falsify) offer
: much better user experience.
:
: SmallCheck is a testing library that allows to verify properties for all test
: cases up to some depth. The test cases are generated automatically by
: SmallCheck.