How to Install and Uninstall ocaml-qcheck.x86_64 Package on CentOS 8 / RHEL 8
Last updated: January 13,2025
1. Install "ocaml-qcheck.x86_64" package
Please follow the steps below to install ocaml-qcheck.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-qcheck.x86_64
Copied
2. Uninstall "ocaml-qcheck.x86_64" package
This tutorial shows how to uninstall ocaml-qcheck.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
ocaml-qcheck.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-qcheck.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 6:20:46 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ocaml-qcheck
Version : 0.10
Release : 4.el8
Architecture : x86_64
Size : 709 k
Source : ocaml-qcheck-0.10-4.el8.src.rpm
Repository : epel
Summary : QuickCheck inspired property-based testing for OCaml
URL : https://github.com/c-cube/qcheck
License : BSD
Description : This module allows to check invariants (properties of some types) over
: randomly generated instances of the type. It provides combinators for
: generating instances and printing them.
Available Packages
Name : ocaml-qcheck
Version : 0.10
Release : 4.el8
Architecture : x86_64
Size : 709 k
Source : ocaml-qcheck-0.10-4.el8.src.rpm
Repository : epel
Summary : QuickCheck inspired property-based testing for OCaml
URL : https://github.com/c-cube/qcheck
License : BSD
Description : This module allows to check invariants (properties of some types) over
: randomly generated instances of the type. It provides combinators for
: generating instances and printing them.