How To Install ocaml-calendar.x86_64 on Amazon Linux 2

In this tutorial we learn how to install ocaml-calendar.x86_64 in Amazon Linux 2. ocaml-calendar.x86_64 is Objective Caml library for managing dates and times

Introduction

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

What is ocaml-calendar.x86_64

Objective Caml library for managing dates and times.

We can use yum to install ocaml-calendar.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-calendar.x86_64.

Install ocaml-calendar.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-calendar.x86_64 using yum by running the following command:

sudo yum -y install ocaml-calendar.x86_64

How To Uninstall ocaml-calendar.x86_64 on Amazon Linux 2

To uninstall only the ocaml-calendar.x86_64 package we can use the following command:

sudo yum remove ocaml-calendar.x86_64

ocaml-calendar.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/ocaml/calendar
/usr/lib64/ocaml/calendar/META
/usr/lib64/ocaml/calendar/calendarLib.a
/usr/lib64/ocaml/calendar/calendarLib.cma
/usr/lib64/ocaml/calendar/calendarLib.cmi
/usr/lib64/ocaml/calendar/calendarLib.cmo
/usr/lib64/ocaml/calendar/calendarLib.cmxa
/usr/lib64/ocaml/calendar/calendarLib.cmxs
/usr/lib64/ocaml/calendar/calendarLib.o
/usr/share/doc/ocaml-calendar-2.03.2
/usr/share/doc/ocaml-calendar-2.03.2/CHANGES
/usr/share/doc/ocaml-calendar-2.03.2/COPYING
/usr/share/doc/ocaml-calendar-2.03.2/LGPL
/usr/share/doc/ocaml-calendar-2.03.2/README
/usr/share/doc/ocaml-calendar-2.03.2/TODO

References

Summary

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