How to Install and Uninstall ocaml-obuild.x86_64 Package on Rocky Linux 8

Last updated: May 02,2024

1. Install "ocaml-obuild.x86_64" package

Please follow the step by step instructions below to install ocaml-obuild.x86_64 on Rocky Linux 8

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

2. Uninstall "ocaml-obuild.x86_64" package

Please follow the guidance below to uninstall ocaml-obuild.x86_64 on Rocky Linux 8:

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

3. Information about the ocaml-obuild.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:13:14 ago on Mon Sep 12 10:27:18 2022.
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.