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

Last updated: June 24,2024

1. Install "python312-addict" package

Please follow the step by step instructions below to install python312-addict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-addict

2. Uninstall "python312-addict" package

In this section, we are going to explain the necessary steps to uninstall python312-addict on openSuSE Tumbleweed:

$ sudo zypper remove python312-addict

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

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