How to Install and Uninstall python3-frozendict Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-frozendict" package

In this section, we are going to explain the necessary steps to install python3-frozendict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-frozendict

2. Uninstall "python3-frozendict" package

Learn how to uninstall python3-frozendict on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-frozendict package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-frozendict
Priority: optional
Section: universe/python
Installed-Size: 18
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-frozendict
Version: 0.5-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-frozendict/python3-frozendict_0.5-1_all.deb
Size: 3778
MD5sum: e27191a4da1624c1557251cfcce76b2b
SHA1: 59228f0aa1678809461c2cc5609a820393e628d9
SHA256: 769ab568c627cf526d7f86bd1c9d12f0e4207d6502fbe4d734429eb7e3bde1af
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
Homepage: https://github.com/slezica/python-frozendict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu