How to Install and Uninstall liblaxjson1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "liblaxjson1" package

Please follow the guidelines below to install liblaxjson1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblaxjson1

2. Uninstall "liblaxjson1" package

Learn how to uninstall liblaxjson1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the liblaxjson1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblaxjson1
Priority: extra
Section: universe/libs
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Kelley
Architecture: amd64
Source: liblaxjson
Version: 1.0.5-1
Depends: libc6 (>= 2.2.5)
Filename: pool/universe/libl/liblaxjson/liblaxjson1_1.0.5-1_amd64.deb
Size: 6730
MD5sum: 5ab05ab98280f591aa9484f4feed7d9a
SHA1: 1141e1fae7f3c57324f56dfb05ff139436590070
SHA256: b8bd19c5fe613e82411fe1f44e4fbcaf91a57e5cdb99616d29d46f029b255ae7
Description-en: 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: c62db4bc58faeae0a4d157accd7e3e1b
Multi-Arch: same
Homepage: https://github.com/andrewrk/liblaxjson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu