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

Last updated: July 07,2024

1. Install "python310-addict" package

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

$ sudo zypper refresh $ sudo zypper install python310-addict

2. Uninstall "python310-addict" package

Please follow the guidance below to uninstall python310-addict on openSuSE Tumbleweed:

$ sudo zypper remove python310-addict

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

Information for package python310-addict:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.