How to Install and Uninstall python311-addict Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-addict" package

Please follow the instructions below to install python311-addict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-addict

2. Uninstall "python311-addict" package

Please follow the step by step instructions below to uninstall python311-addict on openSuSE Tumbleweed:

$ sudo zypper remove python311-addict

3. Information about the python311-addict package on openSuSE Tumbleweed

Information for package python311-addict:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-addict
Version : 2.4.0-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 25.2 KiB
Installed : No
Status : not installed
Source package : python-addict-2.4.0-1.14.src
Upstream URL : https://github.com/mewwts/addict
Summary : A dictionary using both attribute and item syntax
Description :
Addict is a module that exposes a dictionary subclass that allows
items to be set like attributes. Values are gettable and settable
using both attribute and item syntax.