How To Install ocaml-xml-light-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install ocaml-xml-light-devel.x86_64 in Amazon Linux 2. ocaml-xml-light-devel.x86_64 is Development files for ocaml-xml-light

Introduction

In this tutorial we learn how to install ocaml-xml-light-devel.x86_64 on Amazon Linux 2.

What is ocaml-xml-light-devel.x86_64

The ocaml-xml-light-devel package contains libraries and signature files for developing applications that use ocaml-xml-light.

We can use yum to install ocaml-xml-light-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-xml-light-devel.x86_64.

Install ocaml-xml-light-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ocaml-xml-light-devel.x86_64 using yum by running the following command:

sudo yum -y install ocaml-xml-light-devel.x86_64

How To Uninstall ocaml-xml-light-devel.x86_64 on Amazon Linux 2

To uninstall only the ocaml-xml-light-devel.x86_64 package we can use the following command:

sudo yum remove ocaml-xml-light-devel.x86_64

ocaml-xml-light-devel.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/ocaml/xml-light/dtd.cmx
/usr/lib64/ocaml/xml-light/dtd.mli
/usr/lib64/ocaml/xml-light/test.cmx
/usr/lib64/ocaml/xml-light/xml-light.a
/usr/lib64/ocaml/xml-light/xml-light.cmxa
/usr/lib64/ocaml/xml-light/xml.cmx
/usr/lib64/ocaml/xml-light/xml.mli
/usr/lib64/ocaml/xml-light/xmlParser.cmx
/usr/lib64/ocaml/xml-light/xmlParser.mli
/usr/lib64/ocaml/xml-light/xml_lexer.cmx
/usr/lib64/ocaml/xml-light/xml_lexer.mli
/usr/lib64/ocaml/xml-light/xml_parser.cmx
/usr/lib64/ocaml/xml-light/xml_parser.mli
/usr/share/doc/ocaml-xml-light-devel-2.3
/usr/share/doc/ocaml-xml-light-devel-2.3/Dtd.html
/usr/share/doc/ocaml-xml-light-devel-2.3/README
/usr/share/doc/ocaml-xml-light-devel-2.3/Xml.html
/usr/share/doc/ocaml-xml-light-devel-2.3/XmlParser.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_attributes.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_class_types.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_classes.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_exceptions.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_extensions.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_methods.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_module_types.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_modules.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_types.html
/usr/share/doc/ocaml-xml-light-devel-2.3/index_values.html
/usr/share/doc/ocaml-xml-light-devel-2.3/style.css
/usr/share/doc/ocaml-xml-light-devel-2.3/type_Dtd.html
/usr/share/doc/ocaml-xml-light-devel-2.3/type_Xml.html
/usr/share/doc/ocaml-xml-light-devel-2.3/type_XmlParser.html

References

Summary

In this tutorial we learn how to install ocaml-xml-light-devel.x86_64 on Amazon Linux 2 using yum.