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

Last updated: July 06,2024

1. Install "python312-lark" package

This tutorial shows how to install python312-lark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-lark

2. Uninstall "python312-lark" package

Learn how to uninstall python312-lark on openSuSE Tumbleweed:

$ sudo zypper remove python312-lark

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

Information for package python312-lark:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-lark
Version : 1.1.9-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 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.