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

Last updated: January 11,2025

1. Install "ocaml-ppx-deriving-qcheck.x86_64" package

This guide let you learn how to install ocaml-ppx-deriving-qcheck.x86_64 on Fedora 39

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

2. Uninstall "ocaml-ppx-deriving-qcheck.x86_64" package

Please follow the steps below to uninstall ocaml-ppx-deriving-qcheck.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:52:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-ppx-deriving-qcheck
Version : 0.21.2
Release : 1.fc39
Architecture : x86_64
Size : 183 k
Source : ocaml-qcheck-0.21.2-1.fc39.src.rpm
Repository : fedora
Summary : PPX deriver for QCheck
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 a PPX deriver for QCheck.