How to Install and Uninstall libjson-java Package on Kali Linux

Last updated: May 03,2024

1. Install "libjson-java" package

This is a short guide on how to install libjson-java on Kali Linux

$ sudo apt update $ sudo apt install libjson-java

2. Uninstall "libjson-java" package

Please follow the instructions below to uninstall libjson-java on Kali Linux:

$ sudo apt remove libjson-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjson-java package on Kali Linux

Package: libjson-java
Version: 2.4-3.1
Installed-Size: 147
Maintainer: Debian Java Maintainers
Architecture: all
Depends: groovy, libcommons-beanutils-java, libcommons-collections3-java (>= 3.2.1-7~), libcommons-lang-java, libcommons-logging-java, libezmorph-java, liboro-java, libxom-java
Size: 129268
SHA256: 7aa1be07061f740fc891a95821bdb2378f8ceffc18173f356dbe0ef1f9ae4d7c
SHA1: 1f597e20266caecd4c4eb3c2260cc8aecb8398b7
MD5sum: dc52db102059ac2bc21891867dec96ef
Description: library for transforming Java objects and XML to JSON and back again
JSON-lib is a java library for transforming beans, maps, collections,
java arrays and XML to JSON and back again to beans and DynaBeans.
.
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999. JSON is a text format that is completely language
independent but uses conventions that are familiar to programmers of
the C-family of languages, including C, C++, C#, Java, JavaScript,
Perl, Python, and many others. These properties make JSON an ideal
data-interchange language.
Description-md5:
Homepage: http://json-lib.sourceforge.net
Tag: works-with-format::json
Section: java
Priority: optional
Filename: pool/main/libj/libjson-java/libjson-java_2.4-3.1_all.deb