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

Last updated: April 28,2024

1. Install "python3-freezegun" package

Here is a brief guide to show you how to install python3-freezegun on Kali Linux

$ sudo apt update $ sudo apt install python3-freezegun

2. Uninstall "python3-freezegun" package

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

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

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

Package: python3-freezegun
Source: freezegun
Version: 1.2.1+actually1.2.1-1
Installed-Size: 67
Maintainer: Federico Ceratto
Architecture: all
Depends: python3-dateutil, python3:any
Size: 15508
SHA256: ef8f5b7dac81718eca0a1dd541387f68b4407011f340b1f97085f04c02ae058b
SHA1: 5e41dc6d373e7195fef1a7e89dd3cbb8471b5e7e
MD5sum: 6c128cd57af0878c3250acb8c60ccfec
Description: Python3 library to mock the datetime module in unit testing
FreezeGun allows easy mocking of the datetime module by freezing the return
value of the methods datetime.datetime.now(), datetime.datetime.utcnow(),
datetime.date.today(), and time.time() to a fixed point in time. Use it
in unit testing to make the tests deterministic and time-independent.
Description-md5:
Homepage: https://github.com/spulec/freezegun
Section: python
Priority: optional
Filename: pool/main/f/freezegun/python3-freezegun_1.2.1+actually1.2.1-1_all.deb