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

Last updated: September 21,2024

1. Install "ocaml-qcheck.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-qcheck.x86_64 on AlmaLinux 8

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

2. Uninstall "ocaml-qcheck.x86_64" package

Learn how to uninstall ocaml-qcheck.x86_64 on AlmaLinux 8:

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

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

Last metadata expiration check: 0:06:34 ago on Mon Sep 5 03:22:42 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.