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

Last updated: May 07,2024

1. Install "python3-immutabledict" package

Please follow the steps below to install python3-immutabledict on Kali Linux

$ sudo apt update $ sudo apt install python3-immutabledict

2. Uninstall "python3-immutabledict" package

Learn how to uninstall python3-immutabledict on Kali Linux:

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

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

Package: python3-immutabledict
Source: python-immutabledict
Version: 2.2.5-1
Installed-Size: 26
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6472
SHA256: a676e51c720683347c50dcf003f185dbfc35f373b42c1c18f6a7c60c43e69b4e
SHA1: c2158da01574bbec14a65ff9e54861ead34f16ae
MD5sum: 78a3ffb3f3e46b5cc1fed0fcba76a197
Description: immutable wrapper around dictionaries (fork of frozendict)
Immutabledict implements the complete mapping interface and can be
used as a drop-in replacement for dictionaries where immutability is
desired. The immutabledict constructor mimics dict, and all of the
expected interfaces (iter, len, repr, hash, getitem) are provided. Note
that an immutabledict does not guarantee the immutability of its values,
so the utility of hash method is restricted by usage.
.
The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
Description-md5:
Homepage: https://github.com/corenting/immutabledict/
Section: python
Priority: optional
Filename: pool/main/p/python-immutabledict/python3-immutabledict_2.2.5-1_all.deb