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

Last updated: May 20,2024

1. Install "python3-pyfakefs" package

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

$ sudo apt update $ sudo apt install python3-pyfakefs

2. Uninstall "python3-pyfakefs" package

Learn how to uninstall python3-pyfakefs on Kali Linux:

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

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

Package: python3-pyfakefs
Source: python-pyfakefs
Version: 5.3.2-1
Installed-Size: 1081
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 149752
SHA256: 56c9627361db5d78b4411ea6f6ef8c55e46ea85251ce1d1888c392dbab4b8d6f
SHA1: 72dca8cebd7075c4d64aceeda1a570ed8d1c1d22
MD5sum: 43d748c1732fc732f888400fc8dcd538
Description: fake fs that mocks the Python file system modules - Python 3
pyfakefs implements a fake file system that mocks the Python file system
modules. Using pyfakefs, your tests operate on a fake file system in memory
without touching the real disk. The software under test requires no
modification to work with pyfakefs.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://pyfakefs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-pyfakefs/python3-pyfakefs_5.3.2-1_all.deb