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

Last updated: February 06,2025

1. Install "ocaml-extlib.x86_64" package

Please follow the step by step instructions below to install ocaml-extlib.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml-extlib.x86_64

2. Uninstall "ocaml-extlib.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-extlib.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml-extlib.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-extlib
Arch : x86_64
Version : 1.5.3
Release : 7.amzn2.0.1
Size : 66 k
Repo : amzn2-core/2/x86_64
Summary : OCaml ExtLib additions to the standard library
URL : http://code.google.com/p/ocaml-extlib/
License : LGPLv2+ with exceptions
Description : ExtLib is a project aiming at providing a complete - yet small -
: standard library for the OCaml programming language. The purpose
: of this library is to add new functions to OCaml Standard Library
: modules, to modify some functions in order to get better
: performances or more safety (tail-recursive) but also to provide
: new modules which should be useful for the average OCaml
: programmer.