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

Last updated: May 03,2024

1. Install "python3-smmap" package

In this section, we are going to explain the necessary steps to install python3-smmap on Kali Linux

$ sudo apt update $ sudo apt install python3-smmap

2. Uninstall "python3-smmap" package

In this section, we are going to explain the necessary steps to uninstall python3-smmap on Kali Linux:

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

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

Package: python3-smmap
Source: python-smmap
Version: 6.0.0-1
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 20068
SHA256: 8e4cf6a612c093bd43046e17f51957102c0af46a444d964afa592c54bbea37b2
SHA1: e54aa54061cb1bb71a9db0d59935ddc6d4cfbb5f
MD5sum: 5f9ae98aeb8385369b328bce372b5fd6
Description: pure Python implementation of a sliding window memory map manager
Smmap wraps an interface around mmap and tracks the mapped files as well
as the amount of clients who use it. If the system runs out of resources,
or if a memory limit is reached, it will automatically unload unused maps
to allow continued operation.
.
This package for Python 3.
Description-md5:
Homepage: https://github.com/Byron/smmap
Section: python
Priority: optional
Filename: pool/main/p/python-smmap/python3-smmap_6.0.0-1_all.deb