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

Last updated: May 13,2024

1. Install "python36-addict" package

This tutorial shows how to install python36-addict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-addict

2. Uninstall "python36-addict" package

This guide let you learn how to uninstall python36-addict on openSuSE Tumbleweed:

$ sudo zypper remove python36-addict

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

Information for package python36-addict:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-addict
Version : 2.4.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 25,7 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.