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

Last updated: May 06,2024

1. Install "libjackson2-annotations-java" package

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

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

2. Uninstall "libjackson2-annotations-java" package

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

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

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

Package: libjackson2-annotations-java
Priority: optional
Section: universe/java
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jackson-annotations
Version: 2.4.2-2
Suggests: libjackson2-annotations-java-doc
Filename: pool/universe/j/jackson-annotations/libjackson2-annotations-java_2.4.2-2_all.deb
Size: 32048
MD5sum: 4e1177ef672122b4e42aa0ab1d2cde80
SHA1: e6a41248de6d2d3db266af3f5a23ab3de29e2d0f
SHA256: cabe9ec3885f8c9cfc9c2231551a67d8034c0ac283979e593cd2224f8d2df266
Description-en: fast and powerful JSON library for Java -- annotations
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 annotations for value and handler types.
Description-md5: 39de876ef1946d291a53e18fd3c27ea8
Homepage: http://wiki.fasterxml.com/JacksonHome
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu