How to Install and Uninstall liblaxjson-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "liblaxjson-dev" package

In this section, we are going to explain the necessary steps to install liblaxjson-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblaxjson-dev

2. Uninstall "liblaxjson-dev" package

This guide covers the steps necessary to uninstall liblaxjson-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the liblaxjson-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblaxjson-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Kelley
Architecture: amd64
Source: liblaxjson
Version: 1.0.5-1
Depends: liblaxjson1 (= 1.0.5-1)
Filename: pool/universe/libl/liblaxjson/liblaxjson-dev_1.0.5-1_amd64.deb
Size: 8340
MD5sum: ae39e192441990e85fd1c526adac25be
SHA1: a4bffcb88b3045e32db2533557046618593df08e
SHA256: b7245f4136986911f18e0b2da056fd5b14fd22db3b4ef336f696a7280bfe60f3
Description-en: 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: edca0d150aa8ffdf7efacf79c07e0139
Multi-Arch: same
Homepage: https://github.com/andrewrk/liblaxjson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu