How to Install and Uninstall python3-addict Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-addict" package

This guide covers the steps necessary to install python3-addict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-addict

2. Uninstall "python3-addict" package

Here is a brief guide to show you how to uninstall python3-addict on openSUSE Leap:

$ sudo zypper remove python3-addict

3. Information about the python3-addict package on openSUSE Leap

Information for package python3-addict:
---------------------------------------
Repository : Main Repository
Name : python3-addict
Version : 2.2.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 22.3 KiB
Installed : No
Status : not installed
Source package : python-addict-2.2.1-bp155.2.10.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.