How to Install and Uninstall liblaxjson-dev Package on Kali Linux

Last updated: October 06,2024

1. Install "liblaxjson-dev" package

This guide covers the steps necessary to install liblaxjson-dev on Kali Linux

$ sudo apt update $ sudo apt install liblaxjson-dev

2. Uninstall "liblaxjson-dev" package

Please follow the instructions below to uninstall liblaxjson-dev on Kali Linux:

$ sudo apt remove liblaxjson-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblaxjson-dev package on Kali Linux

Package: liblaxjson-dev
Source: liblaxjson
Version: 1.0.5-4
Installed-Size: 40
Maintainer: Debian QA Group
Architecture: amd64
Depends: liblaxjson1 (= 1.0.5-4)
Size: 10364
SHA256: 8413dee2f1257eacfec0db9e7945bd8449de74b804bb68aae907e977a78cc25c
SHA1: 183ab3347d68562d6db98037a8ed21bcfdac5aa6
MD5sum: 0c278b6d3a853c8cad0413cc4444552f
Description: relaxed streaming JSON parser library (development files)
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
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/andrewrk/liblaxjson
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libl/liblaxjson/liblaxjson-dev_1.0.5-4_amd64.deb