How to Install and Uninstall ocaml-qcheck.i686 Package on Fedora 36

Last updated: April 27,2024

1. Install "ocaml-qcheck.i686" package

Please follow the guidance below to install ocaml-qcheck.i686 on Fedora 36

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

2. Uninstall "ocaml-qcheck.i686" package

This tutorial shows how to uninstall ocaml-qcheck.i686 on Fedora 36:

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

3. Information about the ocaml-qcheck.i686 package on Fedora 36

Last metadata expiration check: 3:21:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-qcheck
Version : 0.18.1
Release : 1.fc36
Architecture : i686
Size : 30 k
Source : ocaml-qcheck-0.18.1-1.fc36.src.rpm
Repository : fedora
Summary : QuickCheck inspired property-based testing for OCaml
URL : https://c-cube.github.io/qcheck/
License : BSD
Description : Qcheck enables checking invariants (properties of a type) over randomly
: generated instances of the type. It provides combinators for generating
: instances and printing them.
:
: This package is a compatibility wrapper for qcheck. New code should
: use either ocaml-qcheck-alcotest or ocaml-qcheck-ounit.