How to Install and Uninstall python311-sortedcontainers Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-sortedcontainers" package
This guide covers the steps necessary to install python311-sortedcontainers on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-sortedcontainers
Copied
2. Uninstall "python311-sortedcontainers" package
This tutorial shows how to uninstall python311-sortedcontainers on openSuSE Tumbleweed:
$
sudo zypper remove
python311-sortedcontainers
Copied
3. Information about the python311-sortedcontainers package on openSuSE Tumbleweed
Information for package python311-sortedcontainers:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sortedcontainers
Version : 2.4.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 427.8 KiB
Installed : No
Status : not installed
Source package : python-sortedcontainers-2.4.0-2.6.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 : openSUSE-Tumbleweed-Oss
Name : python311-sortedcontainers
Version : 2.4.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 427.8 KiB
Installed : No
Status : not installed
Source package : python-sortedcontainers-2.4.0-2.6.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.