How to Install and Uninstall python3-sortedcollections Package on openSUSE Leap

Last updated: July 07,2024

1. Install "python3-sortedcollections" package

This tutorial shows how to install python3-sortedcollections on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sortedcollections

2. Uninstall "python3-sortedcollections" package

Here is a brief guide to show you how to uninstall python3-sortedcollections on openSUSE Leap:

$ sudo zypper remove python3-sortedcollections

3. Information about the python3-sortedcollections package on openSUSE Leap

Information for package python3-sortedcollections:
--------------------------------------------------
Repository : Main Repository
Name : python3-sortedcollections
Version : 1.1.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 67.7 KiB
Installed : No
Status : not installed
Source package : python-sortedcollections-1.1.2-bp155.2.11.src
Upstream URL : https://github.com/grantjenks/sortedcollections
Summary : Python Sorted Collections
Description :
SortedCollections is an Python sorted collections library.
Features
--------
- ValueSortedDict - Dictionary with (key, value) item pairs sorted by value.
- ItemSortedDict - Dictionary with key-function support for item pairs.
- OrderedDict - Ordered dictionary with numeric indexing support.
- OrderedSet - Ordered set with numeric indexing support.
- IndexableDict - Dictionary with numeric indexing support.
- IndexableSet - Set with numeric indexing support.
- SegmentList - List with fast random access insertion and deletion.