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

Last updated: May 19,2024

1. Install "python3-pyrsistent" package

Please follow the step by step instructions below to install python3-pyrsistent on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pyrsistent

2. Uninstall "python3-pyrsistent" package

Here is a brief guide to show you how to uninstall python3-pyrsistent on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-pyrsistent
Architecture: amd64
Version: 0.15.5-1build3
Multi-Arch: same
Priority: optional
Section: python
Source: pyrsistent
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 253
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-six, python3:any, libc6 (>= 2.14)
Filename: pool/main/p/pyrsistent/python3-pyrsistent_0.15.5-1build3_amd64.deb
Size: 53080
MD5sum: 2a08b304a17781c81bc6dc039b91fe39
SHA1: 1827e5b1c91b16672b11140e4409516f9e76ae1e
SHA256: a356d8dca8dc452ea05ebe90cffebd96b3352c198fb97cd98493d2dbf1ddbf83
SHA512: b6cc337e2f6a3961ab26fd3d431b6ccddce9e83e231f2bf15f52117d9747a853d30b74f6a45bd257838a7d8e7344013c3e46bb68bf8f0a6172721eab3d681a92
Homepage: https://github.com/tobgu/pyrsistent/
Description-en: persistent/functional/immutable data structures for Python
Pyrsistent is a number of persistent collections (sometimes referred
to as functional data structures). Persistent in the sense that they
are immutable.
.
All methods on a data structure that would normally mutate it instead
return a new copy of the structure containing the requested updates.
The original structure is left untouched.
.
The collection types and key features currently implemented are:
.
* PVector, similar to a python list
* PMap, similar to dict
* PSet, similar to set
* PRecord, a PMap on steroids with fixed fields, optional type and
invariant checking and much more
* PClass, a Python class fixed fields, optional type and invariant
checking and much more
* Checked collections, PVector, PMap and PSet with optional type
and invariance checks and more
* PBag, similar to collections.Counter
* PList, a classic singly linked list
* PDeque, similar to collections.deque
* Immutable object type (immutable) built on the named tuple
* freeze and thaw functions to convert between pythons standard
collections and pyrsistent collections.
* Flexible transformations of arbitrarily complex structures built
from PMaps and PVectors.
Description-md5: 333970917a5b4037181543777a1ec6e3
Task: server-minimal, cloud-image