How to Install and Uninstall python2-addict Package on openSUSE Leap
Last updated: November 07,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-addict" package
This is a short guide on how to install python2-addict on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-addict
Copied
2. Uninstall "python2-addict" package
This tutorial shows how to uninstall python2-addict on openSUSE Leap:
$
sudo zypper remove
python2-addict
Copied
3. Information about the python2-addict package on openSUSE Leap
Information for package python2-addict:
---------------------------------------
Repository : Main Repository
Name : python2-addict
Version : 2.2.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 19,1 KiB
Installed : No
Status : not installed
Source package : python-addict-2.2.1-bp153.1.14.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.
---------------------------------------
Repository : Main Repository
Name : python2-addict
Version : 2.2.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 19,1 KiB
Installed : No
Status : not installed
Source package : python-addict-2.2.1-bp153.1.14.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.