How to Install and Uninstall libjson-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libjson-java" package

This is a short guide on how to install libjson-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjson-java

2. Uninstall "libjson-java" package

This guide let you learn how to uninstall libjson-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libjson-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjson-java
Priority: optional
Section: universe/libs
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.4-2
Depends: groovy2, libcommons-beanutils-java, libcommons-collections3-java (>= 3.2.1-7~), libcommons-lang-java, libcommons-logging-java, libezmorph-java, liboro-java, libxom-java
Filename: pool/universe/libj/libjson-java/libjson-java_2.4-2_all.deb
Size: 124718
MD5sum: 69d9ce4c21a59b4e37b366e75802d466
SHA1: 3655fb8ce2470a4b165015b30a084ff47d658db2
SHA256: 2c66da8217ed97ef731dd0317b6e0073c3f2c2e15613968bb42d5a531926cd2b
Description-en: 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: 4ab9a1d574172d648a2c6e5a470b0e4b
Homepage: http://json-lib.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu