How to Install and Uninstall ocaml-qcheck.x86_64 Package on Fedora 38

Last updated: October 05,2024

1. Install "ocaml-qcheck.x86_64" package

Please follow the instructions below to install ocaml-qcheck.x86_64 on Fedora 38

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

2. Uninstall "ocaml-qcheck.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-qcheck.x86_64 on Fedora 38:

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

3. Information about the ocaml-qcheck.x86_64 package on Fedora 38

Last metadata expiration check: 0:35:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-qcheck
Version : 0.21.1
Release : 1.fc38
Architecture : x86_64
Size : 37 k
Source : ocaml-qcheck-0.21.1-1.fc38.src.rpm
Repository : updates
Summary : QuickCheck inspired property-based testing for OCaml
URL : https://c-cube.github.io/qcheck/
License : BSD-2-Clause
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.