How to Install and Uninstall ocaml-obuild.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 13,2025

1. Install "ocaml-obuild.x86_64" package

This tutorial shows how to install ocaml-obuild.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "ocaml-obuild.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-obuild.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the ocaml-obuild.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:20:30 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ocaml-obuild
Version : 0.1.10
Release : 4.el8
Architecture : x86_64
Size : 656 k
Source : ocaml-obuild-0.1.10-4.el8.src.rpm
Repository : epel
Summary : Simple package build system for OCaml
URL : https://github.com/ocaml-obuild/obuild
License : BSD
Description : A parallel, incremental and declarative build system for OCaml.
:
: The goal is to make a very simple build system for users and developers of
: OCaml libraries and programs.
:
: Obuild acts as a building black box: users only declare what they want to
: build and with which sources; the build system will consistently build it.
:
: The design is based on Haskell's Cabal and borrows most of the layout and
: way of working, adapting parts where necessary to fully support OCaml.