How to Install and Uninstall python3-lark Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-lark" package

Here is a brief guide to show you how to install python3-lark on Kali Linux

$ sudo apt update $ sudo apt install python3-lark

2. Uninstall "python3-lark" package

Please follow the steps below to uninstall python3-lark on Kali Linux:

$ sudo apt remove python3-lark $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lark package on Kali Linux

Package: python3-lark
Source: python-lark
Version: 1.1.9-1
Installed-Size: 429
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-lark-doc, python3-atomicwrites, python3-regex
Size: 130804
SHA256: eb2b53c0221691bc6a403bb82bbea904750760b1a033d3bf6da0313c588464ef
SHA1: cf70d68a41a12cbc56d71646746a418da84dcf6e
MD5sum: 26c2bdd153dd37db846ba474a3fce335
Description: Parsing library for Python (Python 3)
lark is a parsing library for Python which allows one to parse any
context-free grammar. It has implemented the following parsing
algorithms: Earley, LALR(1) and CYK.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/lark-parser/lark
Section: python
Priority: optional
Filename: pool/main/p/python-lark/python3-lark_1.1.9-1_all.deb