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

Last updated: July 05,2024

1. Install "python39-lark" package

In this section, we are going to explain the necessary steps to install python39-lark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lark

2. Uninstall "python39-lark" package

This guide covers the steps necessary to uninstall python39-lark on openSuSE Tumbleweed:

$ sudo zypper remove python39-lark

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

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