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

Last updated: May 21,2024

1. Install "python2-sortedcollections" package

This guide covers the steps necessary to install python2-sortedcollections on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sortedcollections

2. Uninstall "python2-sortedcollections" package

Please follow the steps below to uninstall python2-sortedcollections on openSUSE Leap:

$ sudo zypper remove python2-sortedcollections

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

Information for package python2-sortedcollections:
--------------------------------------------------
Repository : Main Repository
Name : python2-sortedcollections
Version : 1.1.2-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 74,8 KiB
Installed : No
Status : not installed
Source package : python-sortedcollections-1.1.2-bp153.1.17.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.