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

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

Introduction

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

What is ocaml-ptmap-devel

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

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

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

sudo dnf -y install ocaml-ptmap-devel

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

sudo yum -y install ocaml-ptmap-devel

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

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

sudo dnf remove ocaml-ptmap-devel

ocaml-ptmap-devel Package Contents on Rocky Linux 8

/usr/lib64/ocaml/ptmap/ptmap.a
/usr/lib64/ocaml/ptmap/ptmap.cmx
/usr/lib64/ocaml/ptmap/ptmap.cmxa
/usr/share/doc/ocaml-ptmap-devel
/usr/share/doc/ocaml-ptmap-devel/Ptmap.html
/usr/share/doc/ocaml-ptmap-devel/index.html
/usr/share/doc/ocaml-ptmap-devel/index_attributes.html
/usr/share/doc/ocaml-ptmap-devel/index_class_types.html
/usr/share/doc/ocaml-ptmap-devel/index_classes.html
/usr/share/doc/ocaml-ptmap-devel/index_exceptions.html
/usr/share/doc/ocaml-ptmap-devel/index_extensions.html
/usr/share/doc/ocaml-ptmap-devel/index_methods.html
/usr/share/doc/ocaml-ptmap-devel/index_module_types.html
/usr/share/doc/ocaml-ptmap-devel/index_modules.html
/usr/share/doc/ocaml-ptmap-devel/index_types.html
/usr/share/doc/ocaml-ptmap-devel/index_values.html
/usr/share/doc/ocaml-ptmap-devel/style.css
/usr/share/doc/ocaml-ptmap-devel/type_Ptmap.html
/usr/share/licenses/ocaml-ptmap-devel
/usr/share/licenses/ocaml-ptmap-devel/LICENSE

References

Summary

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