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

Last updated: May 12,2024

1. Install "python3-sortedcollections" package

Please follow the steps below to install python3-sortedcollections on Kali Linux

$ sudo apt update $ sudo apt install python3-sortedcollections

2. Uninstall "python3-sortedcollections" package

This guide let you learn how to uninstall python3-sortedcollections on Kali Linux:

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

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

Package: python3-sortedcollections
Source: sortedcollections
Version: 2.1.0-2
Installed-Size: 45
Maintainer: Debian Python Team
Architecture: all
Depends: python3-sortedcontainers, python3:any
Size: 9620
SHA256: c01ac0d56de404e8a11e19b09af4ee68d17600e40f4ef0632a9dc926ee68ca7d
SHA1: 4a64f93c8079d42de86703126dab431269e26fc3
MD5sum: 60843ca57d106dbefb13c31b8e45603c
Description: Python 3 Sorted Collections
SortedCollections is an Apache2 licensed Python sorted collections library.
.
Features
--------
.
- Pure-Python
- Depends on the SortedContainers module.
- ValueSortedDict - Dictionary with (key, value) item pairs sorted by value.
- ItemSortedDict - Dictionary with key-function support for item pairs.
- OrderedDict - Ordered dictionary with numeric indexing support.
- OrderedSet - Ordered set with numeric indexing support.
- IndexableDict - Dictionary with numeric indexing support.
- IndexableSet - Set with numeric indexing support.
.
This contains the Python 3 module
Description-md5:
Homepage: https://www.grantjenks.com/docs/sortedcollections/
Section: python
Priority: optional
Filename: pool/main/s/sortedcollections/python3-sortedcollections_2.1.0-2_all.deb