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

Last updated: May 18,2024

1. Install "ocaml-dune.x86_64" package

Learn how to install ocaml-dune.x86_64 on CentOS Stream 8

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

2. Uninstall "ocaml-dune.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-dune.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 4:07:36 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ocaml-dune
Version : 1.11.0
Release : 4.el8
Architecture : x86_64
Size : 3.8 M
Source : ocaml-dune-1.11.0-4.el8.src.rpm
Repository : epel
Summary : A composable build system for OCaml
URL : https://dune.build
License : MIT and LGPLv2 with exceptions and ISC
Description : Dune is a build system designed for OCaml/Reason projects only. It focuses
: on providing the user with a consistent experience and takes care of most of
: the low-level details of OCaml compilation. All you have to do is provide a
: description of your project and Dune will do the rest.
:
: The scheme it implements is inspired from the one used inside Jane Street and
: adapted to the open source world. It has matured over a long time and is used
: daily by hundred of developers, which means that it is highly tested and
: productive.