How to Install and Uninstall python39-lexicon Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python39-lexicon" package

Here is a brief guide to show you how to install python39-lexicon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lexicon

2. Uninstall "python39-lexicon" package

Please follow the step by step instructions below to uninstall python39-lexicon on openSuSE Tumbleweed:

$ sudo zypper remove python39-lexicon

3. Information about the python39-lexicon package on openSuSE Tumbleweed

Information for package python39-lexicon:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-lexicon
Version : 2.0.1-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 23.2 KiB
Installed : No
Status : not installed
Source package : python-lexicon-2.0.1-4.6.src
Upstream URL : https://github.com/bitprophet/lexicon
Summary : Python dict subclass(es) with aliasing and attribute access
Description :
Lexicon is a collection of dict subclasses:
* AliasDict, a dictionary supporting both simple and complex key aliasing
* AttributeDict, supporting attribute read and write access
* Lexicon, a subclass of both of the above which exhibits both sets of behavior