How to Install and Uninstall python3-monotonic.noarch Package on AlmaLinux 9
Last updated: January 10,2025
1. Install "python3-monotonic.noarch" package
Please follow the instructions below to install python3-monotonic.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-monotonic.noarch
Copied
2. Uninstall "python3-monotonic.noarch" package
This tutorial shows how to uninstall python3-monotonic.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-monotonic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-monotonic.noarch package on AlmaLinux 9
Last metadata expiration check: 0:26:04 ago on Wed Mar 13 07:41:12 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.
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.