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

Last updated: May 01,2024

1. Install "libjackson2-databind-java" package

In this section, we are going to explain the necessary steps to install libjackson2-databind-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjackson2-databind-java

2. Uninstall "libjackson2-databind-java" package

This guide covers the steps necessary to uninstall libjackson2-databind-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjackson2-databind-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjackson2-databind-java
Priority: optional
Section: universe/java
Installed-Size: 1086
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jackson-databind
Version: 2.4.2-3
Depends: libjackson2-annotations-java, libjackson2-core-java
Suggests: libjackson2-databind-java-doc
Filename: pool/universe/j/jackson-databind/libjackson2-databind-java_2.4.2-3_all.deb
Size: 972796
MD5sum: 9d8edd0a342fbd4b7f579372084f4dca
SHA1: 3df97d9440417960794dcd561f1fe4682036815c
SHA256: d2048834283c94f604f4ca06d89ec30b68c50c36eaed69d1e4135a0fc39199d2
Description-en: fast and powerful JSON library for Java -- data binding
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains general purpose data-binding functionality for data
formats other than JSON.
Description-md5: 22a13b0792c5df40b06299919d32df47
Homepage: http://wiki.fasterxml.com/JacksonHome
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu