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

Last updated: May 18,2024

1. Install "python3-pyjsparser" package

Please follow the steps below to install python3-pyjsparser on Kali Linux

$ sudo apt update $ sudo apt install python3-pyjsparser

2. Uninstall "python3-pyjsparser" package

This is a short guide on how to uninstall python3-pyjsparser on Kali Linux:

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

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

Package: python3-pyjsparser
Source: pyjsparser
Version: 2.7.1-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 150
Depends: python3:any
Homepage: https://github.com/PiotrDabkowski/pyjsparser
Priority: optional
Section: python
Filename: pool/main/p/pyjsparser/python3-pyjsparser_2.7.1-0kali1_all.deb
Size: 22772
SHA256: 789df5be88a20e1400233e953a93b7ed3521887c2c6ae3c9960b9c5674b4fc86
SHA1: ff3cfbd75ec3be315f1c188cf4a7536138f0a555
MD5sum: 342b04b78152b3a4c4eaf13793a097cd
Description: Fast JavaScript parser (Python 3)
This package contains a Fast JavaScript parser, a manual translation of
esprima.js to Python. It takes 1 second to parse whole angular.js library so
parsing speed is about 100k characters per second which makes it the fastest
and most comprehensible JavaScript parser for Python out there.
.
It supports whole ECMAScript 5.1 and parts of ECMAScript 6.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions