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

Last updated: May 21,2024

1. Install "python39-addict" package

Please follow the guidance below to install python39-addict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-addict

2. Uninstall "python39-addict" package

Please follow the guidelines below to uninstall python39-addict on openSuSE Tumbleweed:

$ sudo zypper remove python39-addict

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

Information for package python39-addict:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-addict
Version : 2.4.0-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 20.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.