How to Install and Uninstall python39-monotonic Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python39-monotonic" package

Please follow the steps below to install python39-monotonic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-monotonic

2. Uninstall "python39-monotonic" package

Please follow the instructions below to uninstall python39-monotonic on openSuSE Tumbleweed:

$ sudo zypper remove python39-monotonic

3. Information about the python39-monotonic package on openSuSE Tumbleweed

Information for package python39-monotonic:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-monotonic
Version : 1.6-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 28.5 KiB
Installed : No
Status : not installed
Source package : python-monotonic-1.6-1.15.src
Upstream URL : https://github.com/atdt/monotonic
Summary : An implementation of time.monotonic() for Python 2 & < 33
Description :
This module provides a ``monotonic()`` function which returns the
value (in fractional seconds) of a clock which never goes backwards.