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

Last updated: October 06,2024

1. Install "ocaml-qcheck.x86_64" package

This guide let you learn how to install ocaml-qcheck.x86_64 on Fedora 36

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

2. Uninstall "ocaml-qcheck.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-qcheck.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:11:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-qcheck
Version : 0.18.1
Release : 1.fc36
Architecture : x86_64
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.