How to Install and Uninstall python311-sortedcontainers Package on openSUSE Leap
Last updated: February 01,2025
1. Install "python311-sortedcontainers" package
This is a short guide on how to install python311-sortedcontainers on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-sortedcontainers
Copied
2. Uninstall "python311-sortedcontainers" package
This guide covers the steps necessary to uninstall python311-sortedcontainers on openSUSE Leap:
$
sudo zypper remove
python311-sortedcontainers
Copied
3. Information about the python311-sortedcontainers package on openSUSE Leap
Information for package python311-sortedcontainers:
---------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-sortedcontainers
Version : 2.4.0-150400.8.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 286.9 KiB
Installed : No
Status : not installed
Source package : python-sortedcontainers-2.4.0-150400.8.3.9.src
Upstream URL : https://github.com/grantjenks/python-sortedcontainers
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.
---------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-sortedcontainers
Version : 2.4.0-150400.8.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 286.9 KiB
Installed : No
Status : not installed
Source package : python-sortedcontainers-2.4.0-150400.8.3.9.src
Upstream URL : https://github.com/grantjenks/python-sortedcontainers
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.