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

Last updated: April 28,2024

1. Install "python3-twodict" package

This guide covers the steps necessary to install python3-twodict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-twodict

2. Uninstall "python3-twodict" package

Please follow the steps below to uninstall python3-twodict on openSUSE Leap:

$ sudo zypper remove python3-twodict

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

Information for package python3-twodict:
----------------------------------------
Repository : Main Repository
Name : python3-twodict
Version : 1.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 27.1 KiB
Installed : No
Status : not installed
Source package : python-twodict-1.2-bp155.2.10.src
Upstream URL : https://github.com/MrS0m30n3/twodict
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.