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

Last updated: February 24,2025

1. Install "python36-lark-parser" package

This guide covers the steps necessary to install python36-lark-parser on openSuSE Tumbleweed

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

2. Uninstall "python36-lark-parser" package

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

$ sudo zypper remove python36-lark-parser

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

Information for package python36-lark-parser:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.