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

Last updated: September 30,2024

1. Install "ocaml.i686" package

This tutorial shows how to install ocaml.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ocaml.i686

2. Uninstall "ocaml.i686" package

Please follow the guidance below to uninstall ocaml.i686 on Fedora 38:

$ sudo dnf remove ocaml.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:53:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml
Version : 4.14.0
Release : 5.fc38
Architecture : i686
Size : 75 M
Source : ocaml-4.14.0-5.fc38.src.rpm
Repository : fedora
Summary : OCaml compiler and programming environment
URL : https://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.