How to Install and Uninstall python3-monotonic Package on Ubuntu 21.10 (Impish Indri)

Last updated: October 05,2024

1. Install "python3-monotonic" package

Here is a brief guide to show you how to install python3-monotonic on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-monotonic

2. Uninstall "python3-monotonic" package

In this section, we are going to explain the necessary steps to uninstall python3-monotonic on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-monotonic package on Ubuntu 21.10 (Impish Indri)

Package: python3-monotonic
Architecture: all
Version: 1.5-3
Priority: optional
Section: python
Source: python-monotonic
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: python3:any
Filename: pool/main/p/python-monotonic/python3-monotonic_1.5-3_all.deb
Size: 5696
MD5sum: 4fd50a3a346053713bbef9d495ede88d
SHA1: 1900a7ac31eb98dfd6df4597222a9621407ffb17
SHA256: d2e9c538a15e15a21c7f2a0ff319d2da7eff16c84ac83381b3b80f2ad6a798fb
SHA512: 1e5e976e6b9bbc15040fcd588fc6382dcc92fc663dfeb3d0dbc9655d38a49258a5b64df9595c2547a1dfcb0679e4b03f0689707fa7152187dec86e3d2e03fb68
Homepage: https://github.com/atdt/monotonic
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
Task: ubuntu-desktop, ubuntu-desktop-raspi, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi