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

Last updated: October 09,2024

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

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

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

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

This guide covers the steps necessary to uninstall ocaml-qcheck-ounit.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:40:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-qcheck-ounit
Version : 0.18.1
Release : 1.fc36
Architecture : x86_64
Size : 48 k
Source : ocaml-qcheck-0.18.1-1.fc36.src.rpm
Repository : fedora
Summary : OUnit support for ocaml-qcheck
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 ounit support for qcheck.