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

Last updated: May 15,2024

1. Install "python3-fakeredis" package

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

$ sudo apt update $ sudo apt install python3-fakeredis

2. Uninstall "python3-fakeredis" package

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

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

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

Package: python3-fakeredis
Source: python-fakeredis
Version: 1.9.0-1
Installed-Size: 157
Maintainer: Debian Python Team
Architecture: all
Depends: python3-redis, python3-six (>= 1.16.0), python3-six (<< 2.0.0), python3-sortedcontainers, python3:any
Size: 36840
SHA256: dc8d809f6eb3b06050788a74387030b6884e512b69ad2d7c552e72e2655e9a5e
SHA1: 035e27ba03dbaffcc6634b7bdf05c94953e4ea55
MD5sum: a76897e045df8210761e46c25d89e26b
Description: Fake version of a redis-py
fakeredis is a pure Python implementation of the redis-py Python client that
simulates talking to a redis server. This was created for a single purpose:
to write unittests. Setting up redis is not hard, but many times you want to
write unittests that do not talk to an external server (such as redis).
This module now allows tests to simply use this module as a reasonable
substitute for redis.
Description-md5:
Homepage: https://github.com/cunla/fakeredis-py
Section: python
Priority: optional
Filename: pool/main/p/python-fakeredis/python3-fakeredis_1.9.0-1_all.deb