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

Last updated: July 02,2024

1. Install "python310-lexicon" package

Please follow the guidelines below to install python310-lexicon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-lexicon

2. Uninstall "python310-lexicon" package

In this section, we are going to explain the necessary steps to uninstall python310-lexicon on openSuSE Tumbleweed:

$ sudo zypper remove python310-lexicon

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

Information for package python310-lexicon:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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