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

Last updated: November 23,2024

1. Install "python36-twodict" package

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

$ sudo zypper refresh $ sudo zypper install python36-twodict

2. Uninstall "python36-twodict" package

Here is a brief guide to show you how to uninstall python36-twodict on openSuSE Tumbleweed:

$ sudo zypper remove python36-twodict

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

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