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

Last updated: April 30,2024

1. Install "python3-hiro" package

Please follow the instructions below to install python3-hiro on Kali Linux

$ sudo apt update $ sudo apt install python3-hiro

2. Uninstall "python3-hiro" package

Please follow the steps below to uninstall python3-hiro on Kali Linux:

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

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

Package: python3-hiro
Source: hiro
Version: 1.1.1-3
Installed-Size: 55
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-hiro-doc
Size: 13104
SHA256: e35f789e49e75173132efc6df8acce9b47c3db6228c328bbcd82ce5a02fe99bc
SHA1: e387ff79954efdcdb3a4cadb317cfd345dedd531
MD5sum: e9c4e5da98c6313c5239ac052f63b32b
Description: time manipulation utilities for Python
The hiro module provides a context-manager which hijacks a few commonly used
time function to manipulate time in its context. It allows you to rewind,
forward, freeze, unfreeze, and scale time according to given settings.
.
Most notably, the builtin functions time.sleep, time.time, time.gmtime,
datetime.now, datetime.utcnow and datetime.today behave according the
configuration of the context.
.
This package provides the Python 3 version of the hiro module.
Description-md5:
Homepage: https://github.com/alisaifee/hiro
Section: python
Priority: optional
Filename: pool/main/h/hiro/python3-hiro_1.1.1-3_all.deb