How to Install and Uninstall libjsmn-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libjsmn-dev" package

This guide covers the steps necessary to install libjsmn-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libjsmn-dev

2. Uninstall "libjsmn-dev" package

This guide covers the steps necessary to uninstall libjsmn-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjsmn-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjsmn-dev
Architecture: all
Version: 1.1.0-2
Multi-Arch: foreign
Priority: optional
Section: universe/libdevel
Source: jsmn
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Filename: pool/universe/j/jsmn/libjsmn-dev_1.1.0-2_all.deb
Size: 10256
MD5sum: 20ca634119be0be98c2761bb752b3e4b
SHA1: b26a5d948213b3e35ef76e892a5686db29045593
SHA256: 6c1a50dd1bd88f0a0dafa63cf58b9b4c719f94d210c6a0d077c97b2996bd8fe5
SHA512: d9c43e5eb700184a11c62dfa6a264a8fa06567a3289c48df94a2630ae00bea5c548b1f7a58cc7fffc90ade020d70f3043e083cf5f0d2ea3da1627e0576940823
Homepage: https://github.com/zserge/jsmn
Description-en: 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: 4ba1d4c1aa26b74c437df1bbe3efec65