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

Last updated: May 01,2024

1. Install "python3-sortedcontainers" package

This is a short guide on how to install python3-sortedcontainers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sortedcontainers

2. Uninstall "python3-sortedcontainers" package

In this section, we are going to explain the necessary steps to uninstall python3-sortedcontainers on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Suggests: python-sortedcontainers-doc
Filename: pool/universe/s/sortedcontainers/python3-sortedcontainers_1.4.4-1_all.deb
Size: 25206
MD5sum: 7e2a0f8fa212f7d0d53ae16d3231428d
SHA1: 91df7b17e7f71d88f77de04a1b0688c4a904f770
SHA256: 4df961b2eef72adf4a11c51e377293044cc1547c75ebed8458cb6dd42e08b5a7
Description-en: 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: f26a2be4e962d65f6fcefd3f006e744f
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu