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

Last updated: October 05,2024

1. Install "ocaml-qcheck.i686" package

Please follow the steps below to install ocaml-qcheck.i686 on Fedora 34

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

2. Uninstall "ocaml-qcheck.i686" package

Please follow the guidelines below to uninstall ocaml-qcheck.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:39:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-qcheck
Version : 0.17
Release : 2.fc34
Architecture : i686
Size : 395 k
Source : ocaml-qcheck-0.17-2.fc34.src.rpm
Repository : fedora
Summary : QuickCheck inspired property-based testing for OCaml
URL : https://c-cube.github.io/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.