How to Install and Uninstall python38-lark-parser Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python38-lark-parser" package

Here is a brief guide to show you how to install python38-lark-parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-lark-parser

2. Uninstall "python38-lark-parser" package

In this section, we are going to explain the necessary steps to uninstall python38-lark-parser on openSuSE Tumbleweed:

$ sudo zypper remove python38-lark-parser

3. Information about the python38-lark-parser package on openSuSE Tumbleweed

Information for package python38-lark-parser:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-lark-parser
Version : 0.11.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-lark-parser-0.11.3-1.2.src
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.