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

Last updated: May 23,2024

1. Install "python3-cyordereddict" package

Please follow the instructions below to install python3-cyordereddict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cyordereddict

2. Uninstall "python3-cyordereddict" package

Please follow the instructions below to uninstall python3-cyordereddict on openSUSE Leap:

$ sudo zypper remove python3-cyordereddict

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

Information for package python3-cyordereddict:
----------------------------------------------
Repository : Main Repository
Name : python3-cyordereddict
Version : 1.0.0-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 310,3 KiB
Installed : No
Status : not installed
Source package : python-cyordereddict-1.0.0-bp153.1.16.src
Summary : Faster Cython implementation of Python's OrderedDict
Description :
The Python standard library's OrderedDict ported to Cython. A drop-in
replacement that is 2-6x faster.