How to Install and Uninstall ghc-QuickCheck.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "ghc-QuickCheck.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-QuickCheck.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-QuickCheck.x86_64" package

Please follow the guidance below to uninstall ghc-QuickCheck.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-QuickCheck.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:06:52 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-QuickCheck
Version : 2.14.2
Release : 2.el9
Architecture : x86_64
Size : 298 k
Source : ghc-QuickCheck-2.14.2-2.el9.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 provided by QuickCheck.
: QuickCheck provides combinators to define properties, observe the distribution
: of test data, and define test data generators.