How To Install ocaml-qcheck-devel on Rocky Linux 8

In this tutorial we learn how to install ocaml-qcheck-devel on Rocky Linux 8. ocaml-qcheck-devel is Development files for ocaml-qcheck

Introduction

In this tutorial we learn how to install ocaml-qcheck-devel on Rocky Linux 8.

What is ocaml-qcheck-devel

The ocaml-qcheck-devel package contains libraries and signature files for developing applications that use ocaml-qcheck.

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

Install ocaml-qcheck-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install ocaml-qcheck-devel

Install ocaml-qcheck-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install ocaml-qcheck-devel

How To Uninstall ocaml-qcheck-devel on Rocky Linux 8

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

sudo dnf remove ocaml-qcheck-devel

ocaml-qcheck-devel Package Contents on Rocky Linux 8

/usr/lib64/ocaml/qcheck-core/META
/usr/lib64/ocaml/qcheck-core/QCheck.cmi
/usr/lib64/ocaml/qcheck-core/QCheck.cmt
/usr/lib64/ocaml/qcheck-core/QCheck.cmti
/usr/lib64/ocaml/qcheck-core/QCheck.cmx
/usr/lib64/ocaml/qcheck-core/QCheck.ml
/usr/lib64/ocaml/qcheck-core/QCheck.mli
/usr/lib64/ocaml/qcheck-core/dune-package
/usr/lib64/ocaml/qcheck-core/opam
/usr/lib64/ocaml/qcheck-core/qcheck_core.a
/usr/lib64/ocaml/qcheck-core/qcheck_core.cma
/usr/lib64/ocaml/qcheck-core/qcheck_core.cmxa
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.cmi
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.cmt
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.cmti
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.cmx
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.ml
/usr/lib64/ocaml/qcheck-core/runner/QCheck_base_runner.mli
/usr/lib64/ocaml/qcheck-core/runner/qcheck_runner.a
/usr/lib64/ocaml/qcheck-core/runner/qcheck_runner.cma
/usr/lib64/ocaml/qcheck-core/runner/qcheck_runner.cmxa
/usr/lib64/ocaml/qcheck-ounit/META
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.cmi
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.cmt
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.cmti
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.cmx
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.ml
/usr/lib64/ocaml/qcheck-ounit/QCheck_ounit.mli
/usr/lib64/ocaml/qcheck-ounit/dune-package
/usr/lib64/ocaml/qcheck-ounit/opam
/usr/lib64/ocaml/qcheck-ounit/qcheck_ounit.a
/usr/lib64/ocaml/qcheck-ounit/qcheck_ounit.cma
/usr/lib64/ocaml/qcheck-ounit/qcheck_ounit.cmxa
/usr/lib64/ocaml/qcheck/META
/usr/lib64/ocaml/qcheck/QCheck_runner.cmi
/usr/lib64/ocaml/qcheck/QCheck_runner.cmt
/usr/lib64/ocaml/qcheck/QCheck_runner.cmx
/usr/lib64/ocaml/qcheck/QCheck_runner.ml
/usr/lib64/ocaml/qcheck/dune-package
/usr/lib64/ocaml/qcheck/opam
/usr/lib64/ocaml/qcheck/qcheck.a
/usr/lib64/ocaml/qcheck/qcheck.cma
/usr/lib64/ocaml/qcheck/qcheck.cmxa
/usr/share/doc/ocaml-qcheck-devel
/usr/share/doc/ocaml-qcheck-devel/CHANGELOG.md
/usr/share/doc/ocaml-qcheck-devel/README.adoc
/usr/share/licenses/ocaml-qcheck-devel
/usr/share/licenses/ocaml-qcheck-devel/LICENSE

References

Summary

In this tutorial we learn how to install ocaml-qcheck-devel on Rocky Linux 8 using yum and dnf.