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

Last updated: May 01,2024

1. Install "libjackson2-core-java" package

Please follow the instructions below to install libjackson2-core-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjackson2-core-java" package

Please follow the guidelines below to uninstall libjackson2-core-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjackson2-core-java
Priority: optional
Section: universe/java
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jackson-core
Version: 2.4.2-2
Replaces: libjackson-json-java (<< 1.9.2-2~)
Suggests: libjackson2-core-java-doc
Breaks: libjackson-json-java (<< 1.9.2-2~)
Filename: pool/universe/j/jackson-core/libjackson2-core-java_2.4.2-2_all.deb
Size: 214596
MD5sum: 18ef10c9669fa2a7ca176a21bf55abd4
SHA1: 83efabe8e86652b98faf4991387810bbc12537f9
SHA256: 58a63b192f5da80b01912db548fc9ef777d54462781295ce1b2a047e622ebfc0
Description-en: fast and powerful JSON library for Java -- core library
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 the Jackson core library.
Description-md5: 9ea23f5bd36f3deba4c38b5d5c1cda7e
Homepage: http://wiki.fasterxml.com/JacksonHome
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu