How to Install and Uninstall python36-sortedcollections Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-sortedcollections" package

Please follow the step by step instructions below to install python36-sortedcollections on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-sortedcollections

2. Uninstall "python36-sortedcollections" package

This guide covers the steps necessary to uninstall python36-sortedcollections on openSuSE Tumbleweed:

$ sudo zypper remove python36-sortedcollections

3. Information about the python36-sortedcollections package on openSuSE Tumbleweed

Information for package python36-sortedcollections:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-sortedcollections
Version : 2.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 77,9 KiB
Installed : No
Status : not installed
Source package : python-sortedcollections-2.1.0-1.4.src
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.