How to Install and Uninstall python3-monotonic Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "python3-monotonic" package

Learn how to install python3-monotonic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-monotonic

2. Uninstall "python3-monotonic" package

Learn how to uninstall python3-monotonic on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-monotonic $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-monotonic package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-monotonic
Priority: optional
Section: universe/python
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-monotonic
Version: 0.6-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-monotonic/python3-monotonic_0.6-2_all.deb
Size: 5052
MD5sum: a5f4c341e5ecf67d418da8d44c018c96
SHA1: 8cd8e6a6209c25af5e725383ec15b55b1185bd45
SHA256: dab0a6c8507664d84d655c4a7d137d411ecf461ea3a53be2d082ce4880e68028
Description-en: implementation of time.monotonic() - Python 3.x
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 implementation:
GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3)
on Linux/BSD.
.
If no suitable implementation exists for the current platform, attempting to
import this module (or to import from it) will cause a RuntimeError exception
to be raised.
.
This package contains the Python 3.x module.
Description-md5: ba0304af52003e810dd3df2fa14939df
Homepage: https://github.com/atdt/monotonic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu