How to Install and Uninstall python-sortedcontainers-doc Package on Kali Linux

Last updated: May 10,2024

1. Install "python-sortedcontainers-doc" package

In this section, we are going to explain the necessary steps to install python-sortedcontainers-doc on Kali Linux

$ sudo apt update $ sudo apt install python-sortedcontainers-doc

2. Uninstall "python-sortedcontainers-doc" package

Learn how to uninstall python-sortedcontainers-doc on Kali Linux:

$ sudo apt remove python-sortedcontainers-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-sortedcontainers-doc package on Kali Linux

Package: python-sortedcontainers-doc
Source: sortedcontainers
Version: 2.4.0-2
Installed-Size: 20563
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 15957068
SHA256: df5aece91c48e709912ebcd6cfcddc15175833b05605294aae4f15d29a42f2b8
SHA1: d92b09b1aaf90a3c1fd21fb80798b53c8a8852f9
MD5sum: d71e721795c62cbe3c7ff0eeab35045f
Description: sorted container types: SortedList, SortedDict, and SortedSet (documentation)
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 documentation for sortedcontainers Python module.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Built-Using: alabaster (= 0.7.12-1), sphinx (= 4.5.0-4)
Section: doc
Priority: optional
Filename: pool/main/s/sortedcontainers/python-sortedcontainers-doc_2.4.0-2_all.deb