How to Install and Uninstall python2-twodict Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python2-twodict" package

Please follow the instructions below to install python2-twodict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-twodict

2. Uninstall "python2-twodict" package

This tutorial shows how to uninstall python2-twodict on openSUSE Leap:

$ sudo zypper remove python2-twodict

3. Information about the python2-twodict package on openSUSE Leap

Information for package python2-twodict:
----------------------------------------
Repository : Main Repository
Name : python2-twodict
Version : 1.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 19,4 KiB
Installed : No
Status : not installed
Source package : python-twodict-1.2-bp153.1.15.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.