How to Install and Uninstall ocaml.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "ocaml.x86_64" package

This guide covers the steps necessary to install ocaml.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml.x86_64

2. Uninstall "ocaml.x86_64" package

Please follow the step by step instructions below to uninstall ocaml.x86_64 on Fedora 36:

$ sudo dnf remove ocaml.x86_64 $ sudo dnf autoremove

3. Information about the ocaml.x86_64 package on Fedora 36

Last metadata expiration check: 1:57:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml
Version : 4.13.1
Release : 4.fc36
Architecture : x86_64
Size : 75 M
Source : ocaml-4.13.1-4.fc36.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.