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

Last updated: May 01,2024

1. Install "python3-sortedcontainers" package

This guide let you learn how to install python3-sortedcontainers on Kali Linux

$ sudo apt update $ sudo apt install python3-sortedcontainers

2. Uninstall "python3-sortedcontainers" package

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

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

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

Package: python3-sortedcontainers
Source: sortedcontainers
Version: 2.4.0-2
Installed-Size: 159
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-sortedcontainers-doc
Size: 31876
SHA256: b00fd22e4fd50d8ba44442607fc3c737186082b16648d3995b2e4fca642f53e1
SHA1: 343a944b3ec5c1dbd8de6ae079ab8745dcdf5afc
MD5sum: c39ed65cb135c385897175065b5feefc
Description: sorted container types: SortedList, SortedDict, and SortedSet (Python 3)
Python’s standard library is great until you need a sorted container type. Many
will attest that you can get really far without one, but the moment you really
need a sorted list, dict, or set, you’re faced with a dozen different
implementations, most using C-extensions without great documentation and
benchmarking.
.
This package contains the Python 3 version of sortedcontainers.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Section: python
Priority: optional
Filename: pool/main/s/sortedcontainers/python3-sortedcontainers_2.4.0-2_all.deb