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

Last updated: June 02,2024

1. Install "python38-addict" package

In this section, we are going to explain the necessary steps to install python38-addict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-addict

2. Uninstall "python38-addict" package

Please follow the instructions below to uninstall python38-addict on openSuSE Tumbleweed:

$ sudo zypper remove python38-addict

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

Information for package python38-addict:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-addict
Version : 2.4.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 25,8 KiB
Installed : No
Status : not installed
Source package : python-addict-2.4.0-1.2.src
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.