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

Last updated: July 08,2024

1. Install "ocaml-xml-light.x86_64" package

This tutorial shows how to install ocaml-xml-light.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ocaml-xml-light.x86_64

2. Uninstall "ocaml-xml-light.x86_64" package

Please follow the guidance below to uninstall ocaml-xml-light.x86_64 on Amazon Linux 2:

$ sudo yum remove ocaml-xml-light.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : ocaml-xml-light
Arch : x86_64
Version : 2.3
Release : 0.8.svn234.amzn2.0.1
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : Minimal XML parser and printer for OCaml
URL : http://tech.motion-twin.com/xmllight.html
License : LGPLv2+
Description : Xml-Light is a minimal XML parser & printer for OCaml. It provides
: functions to parse an XML document into an OCaml data structure,
: work with it, and print it back to an XML document. It support
: also DTD parsing and checking, and is entirely written in OCaml,
: hence it does not require additional C library.