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

Last updated: September 20,2024

1. Install "libjsmn-dev" package

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

$ sudo apt update $ sudo apt install libjsmn-dev

2. Uninstall "libjsmn-dev" package

Please follow the guidelines below to uninstall libjsmn-dev on Kali Linux:

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

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

Package: libjsmn-dev
Source: jsmn
Version: 1.1.0-2
Installed-Size: 34
Maintainer: Debian Science Maintainers
Architecture: all
Size: 10216
SHA256: 4117ce4e363f31e1b21d7ab89d6350b5d78374965d4c9fef00a572f6e487c874
SHA1: d83bddb99b790f64ffd59555323c777e3d446185
MD5sum: 88545f1e3fc26f09169e36c31cfdada6
Description: header-only JSON library
Most JSON parsers offer you a bunch of functions to load JSON data,
parse it and extract any value by its name. jsmn proves that checking
the correctness of every JSON packet or allocating temporary objects
to store parsed JSON fields often is an overkill.
.
jsmn is designed to be robust (it should work fine even with erroneous
data), fast (it should parse data on the fly), portable (no superfluous
dependencies or non-standard C extensions). And of course, simplicity is
a key feature - simple code style, simple algorithm, simple integration
into other projects.
.
Features
.
* compatible with C89
* no dependencies (even libc!)
* highly portable (tested on x86/amd64, ARM, AVR)
* about 200 lines of code
* extremely small code footprint
* API contains only 2 functions
* no dynamic memory allocation
* incremental single-pass parsing
* library code is covered with unit-tests
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/zserge/jsmn
Section: libdevel
Priority: optional
Filename: pool/main/j/jsmn/libjsmn-dev_1.1.0-2_all.deb