How to Install and Uninstall python-sortedcontainers-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-sortedcontainers-doc" package

This guide let you learn how to install python-sortedcontainers-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-sortedcontainers-doc" package

This tutorial shows how to uninstall python-sortedcontainers-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-sortedcontainers-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sortedcontainers-doc
Priority: optional
Section: universe/doc
Installed-Size: 21730
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: sortedcontainers
Version: 1.4.4-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/s/sortedcontainers/python-sortedcontainers-doc_1.4.4-1_all.deb
Size: 17645336
MD5sum: aec5557bc6217eb693cf8829f8cd8edb
SHA1: f55afeb9b03cd03abe79a2b5b117d9e8c64b73fc
SHA256: 648eee312465a6fd981016f25c11b930a15cb61d5ab015835f3e51da949e0a1b
Description-en: 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: b56d3ef67b0aae48d90316406d401cc8
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu