How to Install and Uninstall ocaml.i686 Package on Fedora 35

Last updated: October 02,2024

1. Install "ocaml.i686" package

Learn how to install ocaml.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ocaml.i686

2. Uninstall "ocaml.i686" package

Please follow the guidelines below to uninstall ocaml.i686 on Fedora 35:

$ sudo dnf remove ocaml.i686 $ sudo dnf autoremove

3. Information about the ocaml.i686 package on Fedora 35

Last metadata expiration check: 4:14:43 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml
Version : 4.12.0
Release : 3.fc35
Architecture : i686
Size : 71 M
Source : ocaml-4.12.0-3.fc35.src.rpm
Repository : fedora
Summary : OCaml compiler and programming environment
URL : http://www.ocaml.org
License : QPL and (LGPLv2+ with exceptions)
Description : OCaml is a high-level, strongly-typed, functional and object-oriented
: programming language from the ML family of languages.
:
: This package comprises two batch compilers (a fast bytecode compiler
: and an optimizing native-code compiler), an interactive toplevel system,
: parsing tools (Lex,Yacc), a replay debugger, a documentation generator,
: and a comprehensive library.