How to Install and Uninstall lua-cjson Package on Kali Linux

Last updated: May 18,2024

1. Install "lua-cjson" package

Please follow the instructions below to install lua-cjson on Kali Linux

$ sudo apt update $ sudo apt install lua-cjson

2. Uninstall "lua-cjson" package

Please follow the guidelines below to uninstall lua-cjson on Kali Linux:

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

3. Information about the lua-cjson package on Kali Linux

Package: lua-cjson
Source: lua-cjson (2.1.0+dfsg-2.2)
Version: 2.1.0+dfsg-2.2+b1
Installed-Size: 188
Maintainer: The Debian Lua Team
Architecture: amd64
Provides: lua5.1-cjson, lua5.2-cjson, lua5.3-cjson, lua5.4-cjson
Depends: libc6 (>= 2.14)
Size: 19720
SHA256: f5eb59d28abab3307139ca7062d75f1ddcea731d033a0bcbb0f5315d5896025b
SHA1: df2d221f75c905535114a37b53a4238f919ed540
MD5sum: 82b89b93fc19c40185caf7566ea4300a
Description: 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:
Multi-Arch: same
Homepage: http://www.kyne.com.au/~mark/software/lua-cjson.php
Lua-Versions: 5.1 5.2 5.3 5.4
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-cjson/lua-cjson_2.1.0+dfsg-2.2+b1_amd64.deb