How to Install and Uninstall ocaml-camlidl.x86_64 Package on CentOS Stream 8

Last updated: May 05,2024

1. Install "ocaml-camlidl.x86_64" package

Here is a brief guide to show you how to install ocaml-camlidl.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ocaml-camlidl.x86_64

2. Uninstall "ocaml-camlidl.x86_64" package

This is a short guide on how to uninstall ocaml-camlidl.x86_64 on CentOS Stream 8:

$ sudo dnf remove ocaml-camlidl.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-camlidl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:23:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ocaml-camlidl
Version : 1.05
Release : 54.el8
Architecture : x86_64
Size : 395 k
Source : ocaml-camlidl-1.05-54.el8.src.rpm
Repository : epel
Summary : Stub code generator and COM binding for Objective Caml
URL : http://caml.inria.fr/pub/old_caml_site/camlidl/
License : QPL and LGPLv2 with exceptions
Description : CamlIDL is a stub code generator and COM binding for Objective Caml.
:
: CamlIDL comprises two parts:
:
: * A stub code generator that generates the C stub code required for
: the Caml/C interface, based on an MIDL specification. (MIDL stands
: for Microsoft's Interface Description Language; it looks like C
: header files with some extra annotations, plus a notion of object
: interfaces that look like C++ classes without inheritance.)
:
: * A (currently small) library of functions and tools to import COM
: components in Caml applications, and export Caml code as COM
: components.