How to Install and Uninstall ocaml-obuild.x86_64 Package on Fedora 38

Last updated: October 09,2024

1. Install "ocaml-obuild.x86_64" package

Please follow the steps below to install ocaml-obuild.x86_64 on Fedora 38

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

2. Uninstall "ocaml-obuild.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-obuild.x86_64 on Fedora 38:

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

3. Information about the ocaml-obuild.x86_64 package on Fedora 38

Last metadata expiration check: 0:39:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-obuild
Version : 0.1.10
Release : 19.fc38
Architecture : x86_64
Size : 895 k
Source : ocaml-obuild-0.1.10-19.fc38.src.rpm
Repository : fedora
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.