How to Install and Uninstall ocaml.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "ocaml.x86_64" package

This guide let you learn how to install ocaml.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml.x86_64

2. Uninstall "ocaml.x86_64" package

This guide covers the steps necessary to uninstall ocaml.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml.x86_64 $ sudo yum autoremove

3. Information about the ocaml.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml
Arch : x86_64
Version : 4.05.0
Release : 6.amzn2
Size : 26 M
Repo : amzn2-core/2/x86_64
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.