How to Install and Uninstall ocaml-camlp5.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "ocaml-camlp5.x86_64" package

This guide covers the steps necessary to install ocaml-camlp5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ocaml-camlp5.x86_64" package

This is a short guide on how to uninstall ocaml-camlp5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ocaml-camlp5.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ocaml-camlp5
Version : 7.08
Release : 0.5.git9b9eb124c.el8
Architecture : x86_64
Size : 7.6 M
Source : ocaml-camlp5-7.08-0.5.git9b9eb124c.el8.src.rpm
Repository : epel
Summary : Classical version of camlp4 OCaml preprocessor
URL : https://camlp5.github.io/
License : BSD
Description : Camlp5 is a preprocessor-pretty-printer of OCaml.
:
: It is the continuation of the classical camlp4 with new features.
:
: OCaml 3.10 and above have an official camlp4 which is incompatible
: with classical (<= 3.09) versions. You can find that in the
: ocaml-camlp4 package.