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

Last updated: September 20,2024

1. Install "python-monotonic" package

This tutorial shows how to install python-monotonic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-monotonic

2. Uninstall "python-monotonic" package

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

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

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

Package: python-monotonic
Priority: optional
Section: python
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.6-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-monotonic/python-monotonic_0.6-2_all.deb
Size: 4974
MD5sum: 49c8d2b4aa1337a8c07a54515bd20ec9
SHA1: 37136623ee96691c1764cefd6cf6b59d1081f1c0
SHA256: ad30aa1c35f26314259e0b67ce4e047d3ff5ce5aba46110fd93ce76e21d77c06
Description-en: implementation of time.monotonic() - Python 2.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 2.x module.
Description-md5: db3cef8c1fc00dc924fb9689fe05a54a
Homepage: https://github.com/atdt/monotonic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y