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

Last updated: July 08,2024

1. Install "python310-lark" package

Please follow the guidance below to install python310-lark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-lark

2. Uninstall "python310-lark" package

Please follow the steps below to uninstall python310-lark on openSuSE Tumbleweed:

$ sudo zypper remove python310-lark

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

Information for package python310-lark:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-lark
Version : 1.1.9-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-lark-1.1.9-1.4.src
Upstream URL : https://github.com/lark-parser/lark
Summary : A parsing library for Python
Description :
Lark is a general-purpose parsing library for Python.
With Lark, one can parse any context-free grammar with little code.