How to Install and Uninstall python3-collections-extended Package on Kali Linux

Last updated: July 04,2024

1. Install "python3-collections-extended" package

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

$ sudo apt update $ sudo apt install python3-collections-extended

2. Uninstall "python3-collections-extended" package

Please follow the guidelines below to uninstall python3-collections-extended on Kali Linux:

$ sudo apt remove python3-collections-extended $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-collections-extended package on Kali Linux

Package: python3-collections-extended
Source: python-collections-extended
Version: 2.0.2-2
Installed-Size: 85
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 18736
SHA256: 91de7f76c412398f3be0ac72c743ef464c2617dbbd13a3ca63ea74ac64994e84
SHA1: c655e06cd710d8060cd078819c71e0368e116014
MD5sum: 8d63876021a28a23e5522767a972d5ff
Description: Extra Python Collections - bags, setlists, RangeMap and IndexedDict
collections_extended is a pure Python module with no dependencies providing:
.
* a bag class, also known as multiset,
* a setlist class, which is a unique list or ordered set,
* a bijection class, RangeMap which is a mapping from ranges to values,
* a IndexedDict class, which is an ordered mapping whose elements can be
accessed using index, in addition to key.
.
There are also frozen (hashable) varieties of bags and setlists.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/mlenzen/collections-extended
Section: python
Priority: optional
Filename: pool/main/p/python-collections-extended/python3-collections-extended_2.0.2-2_all.deb