How to Install and Uninstall ghc-QuickCheck.x86_64 Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "ghc-QuickCheck.x86_64" package
Please follow the guidance below to install ghc-QuickCheck.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
ghc-QuickCheck.x86_64
Copied
2. Uninstall "ghc-QuickCheck.x86_64" package
Learn how to uninstall ghc-QuickCheck.x86_64 on Rocky Linux 8:
$
sudo dnf remove
ghc-QuickCheck.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-QuickCheck.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:01:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ghc-QuickCheck
Version : 2.10.1
Release : 4.el8
Architecture : x86_64
Size : 255 k
Source : ghc-QuickCheck-2.10.1-4.el8.src.rpm
Repository : epel
Summary : Automatic testing of Haskell programs
URL : https://hackage.haskell.org/package/QuickCheck
License : BSD
Description : QuickCheck is a library for random testing of program properties.
:
: The programmer provides a specification of the program, in the form of
: properties which functions should satisfy, and QuickCheck then tests that the
: properties hold in a large number of randomly generated cases.
:
: Specifications are expressed in Haskell, using combinators defined in the
: QuickCheck library. QuickCheck provides combinators to define properties,
: observe the distribution of test data, and define test data generators.
Available Packages
Name : ghc-QuickCheck
Version : 2.10.1
Release : 4.el8
Architecture : x86_64
Size : 255 k
Source : ghc-QuickCheck-2.10.1-4.el8.src.rpm
Repository : epel
Summary : Automatic testing of Haskell programs
URL : https://hackage.haskell.org/package/QuickCheck
License : BSD
Description : QuickCheck is a library for random testing of program properties.
:
: The programmer provides a specification of the program, in the form of
: properties which functions should satisfy, and QuickCheck then tests that the
: properties hold in a large number of randomly generated cases.
:
: Specifications are expressed in Haskell, using combinators defined in the
: QuickCheck library. QuickCheck provides combinators to define properties,
: observe the distribution of test data, and define test data generators.