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

Last updated: May 17,2024

1. Install "python3-lexicon" package

In this section, we are going to explain the necessary steps to install python3-lexicon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-lexicon

2. Uninstall "python3-lexicon" package

Please follow the guidelines below to uninstall python3-lexicon on openSUSE Leap:

$ sudo zypper remove python3-lexicon

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

Information for package python3-lexicon:
----------------------------------------
Repository : Main Repository
Name : python3-lexicon
Version : 1.0.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26.5 KiB
Installed : No
Status : not installed
Source package : python-lexicon-1.0.0-3.3.1.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