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

Last updated: May 19,2024

1. Install "python310-monotonic" package

In this section, we are going to explain the necessary steps to install python310-monotonic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-monotonic

2. Uninstall "python310-monotonic" package

Here is a brief guide to show you how to uninstall python310-monotonic on openSuSE Tumbleweed:

$ sudo zypper remove python310-monotonic

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

Information for package python310-monotonic:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-monotonic
Version : 1.6-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 28.4 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.