How to Install and Uninstall lua-cjson Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "lua-cjson" package

Please follow the guidance below to install lua-cjson on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-cjson

2. Uninstall "lua-cjson" package

This tutorial shows how to uninstall lua-cjson on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-cjson $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-cjson package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-cjson
Priority: optional
Section: universe/interpreters
Installed-Size: 136
Maintainer: Ubuntu Developers
Original-Maintainer: The Debian Lua Team
Architecture: amd64
Version: 2.1.0+dfsg-2
Provides: lua5.1-cjson, lua5.2-cjson
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/universe/l/lua-cjson/lua-cjson_2.1.0+dfsg-2_amd64.deb
Size: 29038
MD5sum: 4c03550bf04203d6e61e5b634d78c9ac
SHA1: 59aa185316e65de2f5f815c7b8da29278aa1ad50
SHA256: dfc0e2c46ba617cac1eba47ba23fdc79beb9bb5d2d2261f98ea013950a491768
Description-en: JSON parser/encoder for Lua
This library allows you to easily convert Lua values to JSON strings and back.
Features:
* Fast, standards compliant encoding/parsing routines
* Full support for JSON with UTF-8, including decoding surrogate pairs
* Optional run-time support for common exceptions to the JSON
specification (infinity, NaN,..)
* No dependencies on other libraries
Description-md5: bf5a330d7de5099f6f173e592c725e29
Multi-Arch: same
Homepage: http://www.kyne.com.au/~mark/software/lua-cjson.php
Lua-Versions: 5.1 5.2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu