How to Install and Uninstall python3-monotonic.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-monotonic.noarch" package
Here is a brief guide to show you how to install python3-monotonic.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-monotonic.noarch
Copied
2. Uninstall "python3-monotonic.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-monotonic.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-monotonic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-monotonic.noarch package on Rocky Linux 8
Last metadata expiration check: 0:06:50 ago on Mon Sep 12 10:27:18 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.
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.