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

Last updated: May 13,2024

1. Install "libjson-simple-java" package

Learn how to install libjson-simple-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjson-simple-java

2. Uninstall "libjson-simple-java" package

Here is a brief guide to show you how to uninstall libjson-simple-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjson-simple-java
Priority: extra
Section: universe/java
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: all
Source: json-simple
Version: 1.1.1-3
Suggests: libjson-simple-doc
Filename: pool/universe/j/json-simple/libjson-simple-java_1.1.1-3_all.deb
Size: 25532
MD5sum: fcbaf5efcff87b2e1e26875bcff7b9c0
SHA1: da0d99c221b86af4666a381b639cf8feddfaaa01
SHA256: 2a2a202f5143c2fb85df7eea1b0d240da887c6fcd2c5f49b638ab0e15df7be73
Description-en: Simple, lightweight and efficient JSON toolkit for Java
While full featured and fully compliant with the JSON specification
(RFC4627), JSON.simple aims to be as simple and efficient as possible.
.
It supports encoding, decoding and escaping JSON data and streams, and
features a stoppable SAX-like interface to process JSON input.
.
It has been run through profiling tools to ensure high performance
processing.
.
Targeted at JDK 6, JSON.simple is also compatible with JDK 1.2 and
doesn't depend on any other Java library.
Description-md5: 9ddf4b43c6ade09fae1bd5ee5c8db3d7
Homepage: http://code.google.com/p/json-simple/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu