How to Install and Uninstall python3-frozendict Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-frozendict" package

Please follow the steps below to install python3-frozendict on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-frozendict

2. Uninstall "python3-frozendict" package

Please follow the guidelines below to uninstall python3-frozendict on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-frozendict package on Ubuntu 21.10 (Impish Indri)

Package: python3-frozendict
Architecture: all
Version: 1.2-2
Priority: optional
Section: universe/python
Source: python-frozendict
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Depends: python3:any
Filename: pool/universe/p/python-frozendict/python3-frozendict_1.2-2_all.deb
Size: 4744
MD5sum: 280b73b08eb4362238802e1449ff0d58
SHA1: 8b7e9a6429a5322483761fb6bca0fa8a749286ff
SHA256: a936b163253ca4ff8284db047cf51ed44aae495fb83a573f667ac7045de8e46b
SHA512: 2d3d9af04b96ab29bc17e8736083a7f0222c50cdf57c1bec5f7bc898650fd229525f4a12034acca2ec96a74bf11f108db3aff0231cde05c4a63923cb57dc96c2
Homepage: https://github.com/slezica/python-frozendict
Description-en: 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: 1cc571a645c69ae862e705c8ab41fc25