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

Last updated: November 28,2024

1. Install "ocaml-qcheck.x86_64" package

Please follow the steps below to install ocaml-qcheck.x86_64 on Oracle Linux 8

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

2. Uninstall "ocaml-qcheck.x86_64" package

Please follow the steps below to uninstall ocaml-qcheck.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 6:23:44 ago on Mon Sep 12 02:51:38 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.