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

Last updated: May 08,2024

1. Install "python3-pyrsistent" package

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

$ sudo apt update $ sudo apt install python3-pyrsistent

2. Uninstall "python3-pyrsistent" package

This guide covers the steps necessary to uninstall python3-pyrsistent on Kali Linux:

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

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

Package: python3-pyrsistent
Source: pyrsistent (0.20.0-1)
Version: 0.20.0-1+b1
Installed-Size: 294
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 65976
SHA256: f424dcb149b0789defaf16812267e4d6a2aa16f347cdd74e69a97dc072b0214d
SHA1: 6180d8f0f04d64e42ef95882f9f5d5c0b720bcf2
MD5sum: 1bf0992baa5cb036883bbf57c021a204
Description: 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:
Multi-Arch: same
Homepage: https://github.com/tobgu/pyrsistent/
Section: python
Priority: optional
Filename: pool/main/p/pyrsistent/python3-pyrsistent_0.20.0-1+b1_amd64.deb