How to Install and Uninstall python3-ordered-set Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-ordered-set" package

Please follow the guidelines below to install python3-ordered-set on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ordered-set

2. Uninstall "python3-ordered-set" package

This guide covers the steps necessary to uninstall python3-ordered-set on openSUSE Leap:

$ sudo zypper remove python3-ordered-set

3. Information about the python3-ordered-set package on openSUSE Leap

Information for package python3-ordered-set:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-ordered-set
Version : 4.0.2-150400.8.34
Arch : noarch
Vendor : SUSE LLC
Installed Size : 44.7 KiB
Installed : No
Status : not installed
Source package : python3-ordered-set-4.0.2-150400.8.34.src
Upstream URL : https://github.com/LuminosoInsight/ordered-set
Summary : Custom MutableSet that remembers its order
Description :
An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.