How to Install and Uninstall ocaml-mtime.i686 Package on Fedora 36

Last updated: May 10,2024

1. Install "ocaml-mtime.i686" package

This is a short guide on how to install ocaml-mtime.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-mtime.i686

2. Uninstall "ocaml-mtime.i686" package

This guide covers the steps necessary to uninstall ocaml-mtime.i686 on Fedora 36:

$ sudo dnf remove ocaml-mtime.i686 $ sudo dnf autoremove

3. Information about the ocaml-mtime.i686 package on Fedora 36

Last metadata expiration check: 1:35:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-mtime
Version : 1.4.0
Release : 1.fc36
Architecture : i686
Size : 55 k
Source : ocaml-mtime-1.4.0-1.fc36.src.rpm
Repository : fedora
Summary : Monotonic wall-clock time for OCaml
URL : https://erratique.ch/software/mtime
License : ISC
Description : Mtime has platform independent support for monotonic wall-clock time in
: pure OCaml. This time increases monotonically and is not subject to
: operating system calendar time adjustments. The library has types to
: represent nanosecond precision timestamps and time spans.
:
: The additional Mtime_clock library provide access to a system
: monotonic clock.
:
: Mtime has no dependencies. Mtime_clock depends on your system library.