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

Last updated: May 02,2024

1. Install "ocaml-qcheck-devel.i686" package

This is a short guide on how to install ocaml-qcheck-devel.i686 on Fedora 36

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

2. Uninstall "ocaml-qcheck-devel.i686" package

Please follow the guidance below to uninstall ocaml-qcheck-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 4:44:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-qcheck-devel
Version : 0.18.1
Release : 1.fc36
Architecture : i686
Size : 33 k
Source : ocaml-qcheck-0.18.1-1.fc36.src.rpm
Repository : fedora
Summary : Development files for ocaml-qcheck
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.
:
: The ocaml-qcheck-devel package contains libraries and signature files
: for developing applications that use the qcheck compatibility wrapper.
: New code should instead use ocaml-qcheck-alcotest-devel or
: ocaml-qcheck-ounit-devel.