How to Install and Uninstall python3-monotonic.noarch Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "python3-monotonic.noarch" package

In this section, we are going to explain the necessary steps to install python3-monotonic.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-monotonic.noarch

2. Uninstall "python3-monotonic.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-monotonic.noarch on Oracle Linux 8:

$ sudo dnf remove python3-monotonic.noarch $ sudo dnf autoremove

3. Information about the python3-monotonic.noarch package on Oracle Linux 8

Last metadata expiration check: 4:35:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-monotonic
Version : 1.5
Release : 7.el8
Architecture : noarch
Size : 19 k
Source : python-monotonic-1.5-7.el8.src.rpm
Repository : epel
Summary : An implementation of time.monotonic() for Python 2 & < 3.3
URL : https://github.com/atdt/monotonic
License : ASL 2.0
Description : This module provides a ``monotonic()`` function which
: returns the
: value (in fractional seconds) of a clock which never goes
: backwards.
:
: On Python 3.3 or newer, ``monotonic`` will be an alias of
: ``time.monotonic`` from the standard library. On older versions,
: it will fall back to an equivalent platform specific implementation.