How to Install and Uninstall ocaml-qcheck.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ocaml-qcheck.x86_64" package

This is a short guide on how to install ocaml-qcheck.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ocaml-qcheck.x86_64

2. Uninstall "ocaml-qcheck.x86_64" package

This guide let you learn how to uninstall ocaml-qcheck.x86_64 on Rocky Linux 8:

$ sudo dnf remove ocaml-qcheck.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-qcheck.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:10:54 ago on Mon Sep 12 10:27:18 2022.
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.