How to Install and Uninstall python3-monotonic Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-monotonic" package

Please follow the step by step instructions below to install python3-monotonic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-monotonic

2. Uninstall "python3-monotonic" package

This guide let you learn how to uninstall python3-monotonic on openSUSE Leap:

$ sudo zypper remove python3-monotonic

3. Information about the python3-monotonic package on openSUSE Leap

Information for package python3-monotonic:
------------------------------------------
Repository : Main Repository
Name : python3-monotonic
Version : 1.5-7.3.13
Arch : noarch
Vendor : SUSE LLC
Installed Size : 28.7 KiB
Installed : No
Status : not installed
Source package : python-monotonic-1.5-7.3.13.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.