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

Last updated: November 07,2024

1. Install "python39-twodict" package

This guide covers the steps necessary to install python39-twodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-twodict

2. Uninstall "python39-twodict" package

Please follow the steps below to uninstall python39-twodict on openSuSE Tumbleweed:

$ sudo zypper remove python39-twodict

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

Information for package python39-twodict:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.