How to Install and Uninstall python38-twodict Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "python38-twodict" package

Please follow the step by step instructions below to install python38-twodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-twodict

2. Uninstall "python38-twodict" package

Please follow the guidelines below to uninstall python38-twodict on openSuSE Tumbleweed:

$ sudo zypper remove python38-twodict

3. Information about the python38-twodict package on openSuSE Tumbleweed

Information for package python38-twodict:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-twodict
Version : 1.2-3.8
Arch : noarch
Vendor : openSUSE
Installed Size : 27,1 KiB
Installed : No
Status : not installed
Source package : python-twodict-1.2-3.8.src
Summary : Simple two-way ordered dictionary for Python
Description :
TwoWayOrderedDict is a custom dictionary in which one can get the
key:value relationship but can also get the value:key relationship.
It also remembers the order in which the items were inserted and
supports almost all the features of the built-in dict.