How To Install ocaml-ppx-derivers-devel on Rocky Linux 8

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

Introduction

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

What is ocaml-ppx-derivers-devel

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

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

Install ocaml-ppx-derivers-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-ppx-derivers-devel using dnf by running the following command:

sudo dnf -y install ocaml-ppx-derivers-devel

Install ocaml-ppx-derivers-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-ppx-derivers-devel using yum by running the following command:

sudo yum -y install ocaml-ppx-derivers-devel

How To Uninstall ocaml-ppx-derivers-devel on Rocky Linux 8

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

sudo dnf remove ocaml-ppx-derivers-devel

ocaml-ppx-derivers-devel Package Contents on Rocky Linux 8

/usr/lib64/ocaml/ppx_derivers/ppx_derivers.a
/usr/lib64/ocaml/ppx_derivers/ppx_derivers.cmx
/usr/lib64/ocaml/ppx_derivers/ppx_derivers.cmxa
/usr/lib64/ocaml/ppx_derivers/ppx_derivers.ml
/usr/lib64/ocaml/ppx_derivers/ppx_derivers.mli
/usr/share/doc/ocaml-ppx-derivers-devel
/usr/share/doc/ocaml-ppx-derivers-devel/CHANGES.md
/usr/share/doc/ocaml-ppx-derivers-devel/README.md
/usr/share/licenses/ocaml-ppx-derivers-devel
/usr/share/licenses/ocaml-ppx-derivers-devel/LICENSE.md

References

Summary

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