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

Last updated: October 05,2024

1. Install "ocaml-qcheck.x86_64" package

This is a short guide on how to install ocaml-qcheck.x86_64 on Fedora 34

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

2. Uninstall "ocaml-qcheck.x86_64" package

Please follow the instructions below to uninstall ocaml-qcheck.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:52:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-qcheck
Version : 0.17
Release : 2.fc34
Architecture : x86_64
Size : 400 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.