How to Install and Uninstall liblaxjson1 Package on Kali Linux

Last updated: May 20,2024

1. Install "liblaxjson1" package

Please follow the guidance below to install liblaxjson1 on Kali Linux

$ sudo apt update $ sudo apt install liblaxjson1

2. Uninstall "liblaxjson1" package

In this section, we are going to explain the necessary steps to uninstall liblaxjson1 on Kali Linux:

$ sudo apt remove liblaxjson1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblaxjson1 package on Kali Linux

Package: liblaxjson1
Source: liblaxjson
Version: 1.0.5-4
Installed-Size: 35
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Size: 7472
SHA256: 0d78cffa07f566961b5ef2abc6bb72a32ee15d69b3c5e640b95953efb24d544a
SHA1: 35e05719949f0a9436f453feaa5f9171e0f535a6
MD5sum: a2e667795db6e4ae641cff8671d36997
Description: relaxed streaming JSON parser library
Official JSON is almost human-readable and human-writable. Disabling a few of
the strict rules makes it significantly more so.
.
This library is intended for parsing user input, such as a config file. It is
not intended for serializing or deserializing, or as a format for computer-to-
computer communication.
.
This relaxed streaming JSON parser allows:
* unquoted keys
* single quotes `'`
* `//` and `/* */` style comments
* extra commas `,` in arrays and objects
Description-md5:
Multi-Arch: same
Homepage: https://github.com/andrewrk/liblaxjson
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libl/liblaxjson/liblaxjson1_1.0.5-4_amd64.deb