How To Install ocaml-calendar on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-calendar
on Fedora 36.
What is ocaml-calendar
Objective Caml library for managing dates and times.
We can use yum
or dnf
to install ocaml-calendar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-calendar.
Install ocaml-calendar on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-calendar
using dnf
by running the following command:
sudo dnf -y install ocaml-calendar
Install ocaml-calendar on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-calendar
using yum
by running the following command:
sudo yum -y install ocaml-calendar
How To Uninstall ocaml-calendar on Fedora 36
To uninstall only the ocaml-calendar
package we can use the following command:
sudo dnf remove ocaml-calendar
ocaml-calendar Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/dbf9bb57ed54d3420b5662f81854d566ff02db
/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
/usr/share/doc/ocaml-calendar/CHANGES
/usr/share/doc/ocaml-calendar/COPYING
/usr/share/doc/ocaml-calendar/LGPL
/usr/share/doc/ocaml-calendar/README
/usr/share/doc/ocaml-calendar/TODO
References
Summary
In this tutorial we learn how to install ocaml-calendar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).