How to Install and Uninstall python3-monotonic.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-monotonic.noarch" package

Please follow the instructions below to install python3-monotonic.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-monotonic.noarch" package

Learn how to uninstall python3-monotonic.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-monotonic.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:36:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-monotonic
Version : 1.5
Release : 15.el9
Architecture : noarch
Size : 17 k
Source : python-monotonic-1.5-15.el9.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.