How To Install ocaml-qcheck-core on Fedora 36

In this tutorial we learn how to install ocaml-qcheck-core in Fedora 36. ocaml-qcheck-core is QuickCheck inspired property-based testing for OCaml

Introduction

In this tutorial we learn how to install ocaml-qcheck-core on Fedora 36.

What is ocaml-qcheck-core

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.

We can use yum or dnf to install ocaml-qcheck-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-qcheck-core.

Install ocaml-qcheck-core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-qcheck-core using dnf by running the following command:

sudo dnf -y install ocaml-qcheck-core

Install ocaml-qcheck-core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-qcheck-core using yum by running the following command:

sudo yum -y install ocaml-qcheck-core

How To Uninstall ocaml-qcheck-core on Fedora 36

To uninstall only the ocaml-qcheck-core package we can use the following command:

sudo dnf remove ocaml-qcheck-core

ocaml-qcheck-core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/767b2ba18057d7e35079b98bc1f0895c731f86
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/901386837aa6a1a37833174578e18a01df24df
/usr/lib/ocaml/qcheck-core
/usr/lib/ocaml/qcheck-core/META
/usr/lib/ocaml/qcheck-core/qCheck.cmi
/usr/lib/ocaml/qcheck-core/qCheck2.cmi
/usr/lib/ocaml/qcheck-core/qcheck_core.cma
/usr/lib/ocaml/qcheck-core/qcheck_core.cmxs
/usr/lib/ocaml/qcheck-core/runner
/usr/lib/ocaml/qcheck-core/runner/qCheck_base_runner.cmi
/usr/lib/ocaml/qcheck-core/runner/qcheck_runner.cma
/usr/lib/ocaml/qcheck-core/runner/qcheck_runner.cmxs

References

Summary

In this tutorial we learn how to install ocaml-qcheck-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ocaml-qcheck-core on Fedora 36” linkTitle: “ocaml-qcheck-core” type: “docs” description: “In this tutorial we learn how to install ocaml-qcheck-core in Fedora 36. ocaml-qcheck-core is QuickCheck inspired property-based testing for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-qcheck-core-featured.png

Introduction

In this tutorial we learn how to install ocaml-qcheck-core on Fedora 36.

What is ocaml-qcheck-core

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.

We can use yum or dnf to install ocaml-qcheck-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-qcheck-core.

Install ocaml-qcheck-core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ocaml-qcheck-core using dnf by running the following command:

sudo dnf -y install ocaml-qcheck-core

Install ocaml-qcheck-core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-qcheck-core using yum by running the following command:

sudo yum -y install ocaml-qcheck-core

How To Uninstall ocaml-qcheck-core on Fedora 36

To uninstall only the ocaml-qcheck-core package we can use the following command:

sudo dnf remove ocaml-qcheck-core

ocaml-qcheck-core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/63e12401c4ba0e78d576f662bdf810c9bc26d5
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c19ddfbbaea7b010f46ab15ae6b500f22a6b27
/usr/lib64/ocaml/qcheck-core
/usr/lib64/ocaml/qcheck-core/META
/usr/lib64/ocaml/qcheck-core/qCheck.cmi
/usr/lib64/ocaml/qcheck-core/qCheck2.cmi
/usr/lib64/ocaml/qcheck-core/qcheck_core.cma
/usr/lib64/ocaml/qcheck-core/qcheck_core.cmxs
/usr/lib64/ocaml/qcheck-core/runner
/usr/lib64/ocaml/qcheck-core/runner/qCheck_base_runner.cmi
/usr/lib64/ocaml/qcheck-core/runner/qcheck_runner.cma
/usr/lib64/ocaml/qcheck-core/runner/qcheck_runner.cmxs

References

Summary

In this tutorial we learn how to install ocaml-qcheck-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).