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

Last updated: October 07,2024

1. Install "ocaml-qcheck-core.x86_64" package

Please follow the guidance below to install ocaml-qcheck-core.x86_64 on Fedora 36

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

2. Uninstall "ocaml-qcheck-core.x86_64" package

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

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

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

Last metadata expiration check: 3:42:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-qcheck-core
Version : 0.18.1
Release : 1.fc36
Architecture : x86_64
Size : 513 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 provides alcotest support for qcheck.