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

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

Introduction

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

What is ocaml-plplot-devel

Development files for PLplot OCaml.

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

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

sudo dnf -y install ocaml-plplot-devel

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

sudo yum -y install ocaml-plplot-devel

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

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

sudo dnf remove ocaml-plplot-devel

ocaml-plplot-devel Package Contents on Rocky Linux 8

/usr/lib64/ocaml/plplot/libplplot_stubs.a
/usr/lib64/ocaml/plplot/plplot.a
/usr/lib64/ocaml/plplot/plplot.cmx
/usr/lib64/ocaml/plplot/plplot.cmxa
/usr/lib64/ocaml/plplot/plplot.mli
/usr/lib64/pkgconfig/plplot-ocaml.pc
/usr/share/plplot5.14.0/examples/ocaml
/usr/share/plplot5.14.0/examples/ocaml/CMakeLists.txt
/usr/share/plplot5.14.0/examples/ocaml/Makefile
/usr/share/plplot5.14.0/examples/ocaml/x00.ml
/usr/share/plplot5.14.0/examples/ocaml/x01.ml
/usr/share/plplot5.14.0/examples/ocaml/x02.ml
/usr/share/plplot5.14.0/examples/ocaml/x03.ml
/usr/share/plplot5.14.0/examples/ocaml/x04.ml
/usr/share/plplot5.14.0/examples/ocaml/x05.ml
/usr/share/plplot5.14.0/examples/ocaml/x06.ml
/usr/share/plplot5.14.0/examples/ocaml/x07.ml
/usr/share/plplot5.14.0/examples/ocaml/x08.ml
/usr/share/plplot5.14.0/examples/ocaml/x09.ml
/usr/share/plplot5.14.0/examples/ocaml/x10.ml
/usr/share/plplot5.14.0/examples/ocaml/x11.ml
/usr/share/plplot5.14.0/examples/ocaml/x12.ml
/usr/share/plplot5.14.0/examples/ocaml/x13.ml
/usr/share/plplot5.14.0/examples/ocaml/x14.ml
/usr/share/plplot5.14.0/examples/ocaml/x15.ml
/usr/share/plplot5.14.0/examples/ocaml/x16.ml
/usr/share/plplot5.14.0/examples/ocaml/x17.ml
/usr/share/plplot5.14.0/examples/ocaml/x18.ml
/usr/share/plplot5.14.0/examples/ocaml/x19.ml
/usr/share/plplot5.14.0/examples/ocaml/x20.ml
/usr/share/plplot5.14.0/examples/ocaml/x21.ml
/usr/share/plplot5.14.0/examples/ocaml/x22.ml
/usr/share/plplot5.14.0/examples/ocaml/x23.ml
/usr/share/plplot5.14.0/examples/ocaml/x24.ml
/usr/share/plplot5.14.0/examples/ocaml/x25.ml
/usr/share/plplot5.14.0/examples/ocaml/x26.ml
/usr/share/plplot5.14.0/examples/ocaml/x27.ml
/usr/share/plplot5.14.0/examples/ocaml/x28.ml
/usr/share/plplot5.14.0/examples/ocaml/x29.ml
/usr/share/plplot5.14.0/examples/ocaml/x30.ml
/usr/share/plplot5.14.0/examples/ocaml/x31.ml
/usr/share/plplot5.14.0/examples/ocaml/x33.ml
/usr/share/plplot5.14.0/examples/ocaml/x34.ml
/usr/share/plplot5.14.0/examples/ocaml/xplot01.ml
/usr/share/plplot5.14.0/examples/test_ocaml.sh

References

Summary

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