How to Install and Uninstall ocaml-base.i686 Package on Fedora 34

Last updated: October 11,2024

1. Install "ocaml-base.i686" package

In this section, we are going to explain the necessary steps to install ocaml-base.i686 on Fedora 34

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

2. Uninstall "ocaml-base.i686" package

Please follow the instructions below to uninstall ocaml-base.i686 on Fedora 34:

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

3. Information about the ocaml-base.i686 package on Fedora 34

Last metadata expiration check: 0:42:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-base
Version : 0.14.1
Release : 1.fc34
Architecture : i686
Size : 3.3 M
Source : ocaml-base-0.14.1-1.fc34.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.