How to Install and Uninstall python2-sortedcontainers Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python2-sortedcontainers" package

Here is a brief guide to show you how to install python2-sortedcontainers on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sortedcontainers

2. Uninstall "python2-sortedcontainers" package

This guide let you learn how to uninstall python2-sortedcontainers on openSUSE Leap:

$ sudo zypper remove python2-sortedcontainers

3. Information about the python2-sortedcontainers package on openSUSE Leap

Information for package python2-sortedcontainers:
-------------------------------------------------
Repository : Main Repository
Name : python2-sortedcontainers
Version : 2.1.0-3.2.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 368,1 KiB
Installed : No
Status : not installed
Source package : python-sortedcontainers-2.1.0-3.2.4.src
Summary : Sorted container data types
Description :
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
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.
SortedContainers takes all of the work out of Python sorted types - making your
deployment and use of Python easy. There's no need to install a C compiler or
pre-build and distribute custom extensions. Performance is a feature and testing
has 100% coverage with unit tests and hours of stress.

5. The same packages on other Linux Distributions