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

Last updated: May 14,2024

1. Install "python3-frozendict" package

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

$ sudo apt update $ sudo apt install python3-frozendict

2. Uninstall "python3-frozendict" package

Please follow the instructions below to uninstall python3-frozendict on Kali Linux:

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

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

Package: python3-frozendict
Source: python-frozendict
Version: 1.2-3
Installed-Size: 22
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 4888
SHA256: c2690bf5c24f7999f699578044e1e379b40d13273b71e8c3f47edc47079d5339
SHA1: 49c5d8f35c1886eae71f558e9da8aa55bacbaa5c
MD5sum: 4d3d08bd6e076d0531eb677c8510da8b
Description: immutable dictionary - Python 3.x
Frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
.
Of course, this is Python, and you can still poke around the object's
internals if you want.
.
The frozendict constructor mimics dict, and all of the expected interfaces
(iter, len, repr, hash, getitem) are provided. Note that a frozendict 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 frozendict takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/slezica/python-frozendict
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-frozendict/python3-frozendict_1.2-3_all.deb