How to Install and Uninstall ocaml-base.x86_64 Package on Fedora 35

Last updated: October 08,2024

1. Install "ocaml-base.x86_64" package

This guide covers the steps necessary to install ocaml-base.x86_64 on Fedora 35

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

2. Uninstall "ocaml-base.x86_64" package

Please follow the guidelines below to uninstall ocaml-base.x86_64 on Fedora 35:

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

3. Information about the ocaml-base.x86_64 package on Fedora 35

Last metadata expiration check: 1:33:01 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ocaml-base
Version : 0.14.1
Release : 3.fc35
Architecture : x86_64
Size : 3.3 M
Source : ocaml-base-0.14.1-3.fc35.src.rpm
Repository : fedora
Summary : Jane Street standard library for OCaml
URL : https://opensource.janestreet.com/base/
License : MIT
Description : Base is a standard library for OCaml. It provides a standard set of
: general purpose modules that are well-tested, performant, and
: fully-portable across any environment that can run OCaml code. Unlike
: other standard library projects, Base is meant to be used as a wholesale
: replacement of the standard library distributed with the OCaml compiler.
: In particular it makes different choices and doesn't re-export features
: that are not fully portable such as I/O, which are left to other
: libraries.