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

Last updated: April 29,2024

1. Install "ocaml-compiler-libs.x86_64" package

Learn how to install ocaml-compiler-libs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml-compiler-libs.x86_64

2. Uninstall "ocaml-compiler-libs.x86_64" package

Please follow the instructions below to uninstall ocaml-compiler-libs.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml-compiler-libs.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-compiler-libs
Arch : x86_64
Version : 4.05.0
Release : 6.amzn2
Size : 7.6 M
Repo : amzn2-core/2/x86_64
Summary : Compiler libraries for OCaml
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 contains some modules used internally by the OCaml
: compilers, useful for the development of some OCaml applications.
: Note that this exposes internal details of the OCaml compiler
: which may not be portable between versions.