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

Last updated: April 29,2024

1. Install "libjettison-java" package

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

$ sudo apt update $ sudo apt install libjettison-java

2. Uninstall "libjettison-java" package

In this section, we are going to explain the necessary steps to uninstall libjettison-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjettison-java
Priority: optional
Section: universe/libs
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.2-3
Filename: pool/universe/libj/libjettison-java/libjettison-java_1.2-3_all.deb
Size: 63076
MD5sum: 1838f0182c8a6336642e935dc52279b0
SHA1: 92074263bf0694972b0403da0292ab4845cb1242
SHA256: bbf78a745fae712a05466c5ecef20639a360cdf7c706feb3ce6209b3d6db5117
Description-en: collection of StAX parsers and writers for JSON
Jettison is a collection of StAX parsers (streaming API for XML) and
writers which read and write JSON (JavaScript Object Notation). This
allows nearly transparent enablement of JSON based web services in
services frameworks like Apache CXF.
.
There are currently two included conventions for mapping JSON to XML.
The first is BadgerFish which implements the full XML infoset in JSON
using various techniques. The second is called the "mapped"
convention. It allows you to manually map XML namespaces to JSON
element prefixes.
Description-md5: ff477b95ba607b19e6117aa61d10085c
Homepage: http://jettison.codehaus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu