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

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

Introduction

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

What is ocaml-camlidl-devel

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

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

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

sudo dnf -y install ocaml-camlidl-devel

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

sudo yum -y install ocaml-camlidl-devel

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

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

sudo dnf remove ocaml-camlidl-devel

ocaml-camlidl-devel Package Contents on Rocky Linux 8

/usr/lib64/ocaml/caml/camlidlruntime.h
/usr/lib64/ocaml/com.a
/usr/lib64/ocaml/com.cmxa
/usr/lib64/ocaml/libcamlidl.a
/usr/share/doc/ocaml-camlidl-devel
/usr/share/doc/ocaml-camlidl-devel/Changes
/usr/share/doc/ocaml-camlidl-devel/LICENSE
/usr/share/doc/ocaml-camlidl-devel/README
/usr/share/doc/ocaml-camlidl-devel/camlidl-1.05.doc.pdf
/usr/share/doc/ocaml-camlidl-devel/tests
/usr/share/doc/ocaml-camlidl-devel/tests/Makefile
/usr/share/doc/ocaml-camlidl-devel/tests/arrays.idl
/usr/share/doc/ocaml-camlidl-devel/tests/basics.idl
/usr/share/doc/ocaml-camlidl-devel/tests/comcomp.c
/usr/share/doc/ocaml-camlidl-devel/tests/comcomp.cpp
/usr/share/doc/ocaml-camlidl-devel/tests/comcomp.h
/usr/share/doc/ocaml-camlidl-devel/tests/comp
/usr/share/doc/ocaml-camlidl-devel/tests/comp/CLIENT.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/comp/CMPNT.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/comp/CMPNT.DEF
/usr/share/doc/ocaml-camlidl-devel/tests/comp/GUIDS.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/comp/IFACE.H
/usr/share/doc/ocaml-camlidl-devel/tests/comp/MAKEFILE
/usr/share/doc/ocaml-camlidl-devel/tests/comp/README
/usr/share/doc/ocaml-camlidl-devel/tests/comp/REGISTRY.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/comp/REGISTRY.H
/usr/share/doc/ocaml-camlidl-devel/tests/comp/camlclient.ml
/usr/share/doc/ocaml-camlidl-devel/tests/comp/camlcomp.def
/usr/share/doc/ocaml-camlidl-devel/tests/comp/camlcomp.ml
/usr/share/doc/ocaml-camlidl-devel/tests/comp/component.idl
/usr/share/doc/ocaml-camlidl-devel/tests/component.idl
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CFACTORY.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CFACTORY.H
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CLIENT.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CMPNT.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CMPNT.H
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CUNKNOWN.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/CUNKNOWN.H
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/DCLIENT.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/IFACE.H
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/MAKEFILE
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/README
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/REGISTRY.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/REGISTRY.H
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/SERVER.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/SERVER.DEF
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/SERVER.IDL
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/UTIL.CPP
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/camlclient.ml
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/camlcomp.ml
/usr/share/doc/ocaml-camlidl-devel/tests/dispatch/component.idl
/usr/share/doc/ocaml-camlidl-devel/tests/imports.idl
/usr/share/doc/ocaml-camlidl-devel/tests/structs.idl
/usr/share/doc/ocaml-camlidl-devel/tests/testcomponent.ml
/usr/share/doc/ocaml-camlidl-devel/tests/typedefs.idl
/usr/share/doc/ocaml-camlidl-devel/tests/unix.idl

References

Summary

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