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

Last updated: May 07,2024

1. Install "python-frozendict" package

Please follow the steps below to install python-frozendict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-frozendict

2. Uninstall "python-frozendict" package

This guide covers the steps necessary to uninstall python-frozendict on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-frozendict
Priority: optional
Section: universe/python
Installed-Size: 18
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-frozendict/python-frozendict_0.5-1_all.deb
Size: 3690
MD5sum: 9d814ba94076b30ddb79b600459b7a19
SHA1: 11d17433d54bb8e9c3a9837c3276bfb50db954e0
SHA256: 94a08b70f6b101068b63d3acac09ebde1a53c724c48ee999f96dbbe8851e9275
Description-en: immutable dictionary - Python 2.7
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 2.7 module.
Description-md5: b7450aecb2c91c159de76788bcc529ac
Homepage: https://github.com/slezica/python-frozendict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu