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

Last updated: May 17,2024

1. Install "python-sortedcontainers" package

Please follow the steps below to install python-sortedcontainers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sortedcontainers

2. Uninstall "python-sortedcontainers" package

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

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

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

Package: python-sortedcontainers
Priority: optional
Section: universe/python
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: sortedcontainers
Version: 1.4.4-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-sortedcontainers-doc
Filename: pool/universe/s/sortedcontainers/python-sortedcontainers_1.4.4-1_all.deb
Size: 25098
MD5sum: 79ae2c744627236b04b767c5cf3aac94
SHA1: a776e11e525d3f5989a085cecdb85b94fda1e90d
SHA256: 64abe68acbe7e448572efee017a535cf07392bb5c4187e6e87ddf873197ca6a9
Description-en: sorted container types: SortedList, SortedDict, and SortedSet
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.
Description-md5: 380bfe50231256bd5b57ee8d99846fd3
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu