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

Last updated: May 18,2024

1. Install "python3-sortedcollections" package

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

$ sudo apt update $ sudo apt install python3-sortedcollections

2. Uninstall "python3-sortedcollections" package

Please follow the guidance below to uninstall python3-sortedcollections on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-sortedcollections
Architecture: all
Version: 1.0.1-1
Priority: optional
Section: universe/python
Source: sortedcollections
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: python3-sortedcontainers, python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/sortedcollections/python3-sortedcollections_1.0.1-1_all.deb
Size: 8464
MD5sum: b5bb0a1c2c8632f34097d30f120d35f2
SHA1: 9e4668be221ef8050fc4b14c8664359accd80efb
SHA256: bda6e207f819e5781aa4092436ca2a463e21a584432c7aad46d54219440f53e4
SHA512: 62f7b54d9b9fd666c5ce588b71ff06143faba16a542dd4a882445ba8ea08aa9111e2b7928b594659f2b9e17797a4f7d065e672ec84e60887573e89a1d7a8299b
Homepage: http://www.grantjenks.com/docs/sortedcollections/
Description-en: 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: a067f89d88160e4f302c664be9d5c8f0