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

Last updated: September 29,2024

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

Please follow the steps below to install ocaml-qcheck-core.x86_64 on Fedora 39

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

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

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

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

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

Last metadata expiration check: 0:38:52 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-qcheck-core
Version : 0.21.2
Release : 1.fc39
Architecture : x86_64
Size : 681 k
Source : ocaml-qcheck-0.21.2-1.fc39.src.rpm
Repository : fedora
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 provides alcotest support for qcheck.