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

Last updated: May 09,2024

1. Install "python3-fakesleep" package

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

$ sudo apt update $ sudo apt install python3-fakesleep

2. Uninstall "python3-fakesleep" package

Please follow the guidance below to uninstall python3-fakesleep on Kali Linux:

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

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

Package: python3-fakesleep
Source: fakesleep
Version: 0.1-4
Installed-Size: 18
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 4480
SHA256: 30024435fc7a1bc5527b3998a0bf966906c385dfb0ab68e406674fd228bc82cb
SHA1: 027d5c48f735ff73a1a801956c0c5616a43744d2
MD5sum: afa77393129a164a9e8ff288386cc0b0
Description: Fake version of time.sleep() for use in tests
The fakesleep module helps testing code that use `time.sleep()`. Sleeping in
tests is generally considered bad (as it makes tests run slow). Using
sleep with `time.time()` can lead to spurious failures, as clock
precision / interpreter overhead can cause small differences in reported
times.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/wearpants/fakesleep
Section: python
Priority: optional
Filename: pool/main/f/fakesleep/python3-fakesleep_0.1-4_all.deb