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

Last updated: May 19,2024

1. Install "ocaml-gettext.x86_64" package

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

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

2. Uninstall "ocaml-gettext.x86_64" package

Learn how to uninstall ocaml-gettext.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-gettext
Arch : x86_64
Version : 0.3.7
Release : 1.amzn2.0.1
Size : 68 k
Repo : amzn2-core/2/x86_64
Summary : OCaml library for i18n
URL : https://github.com/gildor478/ocaml-gettext
License : LGPLv2+ with exceptions
Description : Ocaml-gettext provides support for internationalization of Ocaml
: programs.
:
: Constraints :
:
: * provides a pure Ocaml implementation,
: * the API should be as close as possible to GNU gettext,
: * provides a way to automatically extract translatable
: strings from Ocaml source code.