How to Install and Uninstall python3-monotonic Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-monotonic" package

Please follow the guidance below to install python3-monotonic on Kali Linux

$ sudo apt update $ sudo apt install python3-monotonic

2. Uninstall "python3-monotonic" package

This is a short guide on how to uninstall python3-monotonic on Kali Linux:

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

3. Information about the python3-monotonic package on Kali Linux

Package: python3-monotonic
Source: python-monotonic
Version: 1.6-2
Installed-Size: 26
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 5728
SHA256: f2c30183c541b9e3c1440f74231ee660e85f5e08621011cf99321574ec0d9bf3
SHA1: 1322c80d584ba572722e633dca1de92c9f792922
MD5sum: 97b5d353a7d961c99e4a965cd9a57b7f
Description: 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:
Homepage: https://github.com/atdt/monotonic
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-monotonic/python3-monotonic_1.6-2_all.deb