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

Last updated: September 20,2024

1. Install "libjackson2-module-afterburner-java" package

This guide covers the steps necessary to install libjackson2-module-afterburner-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjackson2-module-afterburner-java

2. Uninstall "libjackson2-module-afterburner-java" package

Please follow the guidance below to uninstall libjackson2-module-afterburner-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjackson2-module-afterburner-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjackson2-module-afterburner-java
Priority: optional
Section: universe/java
Installed-Size: 199
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: all
Source: jackson-module-afterburner
Version: 2.4.3-1
Suggests: libjackson2-module-afterburner-java-doc
Filename: pool/universe/j/jackson-module-afterburner/libjackson2-module-afterburner-java_2.4.3-1_all.deb
Size: 120392
MD5sum: a21c3000406b2c8048a4fdeced1daad3
SHA1: 69f97e666d225e206ed48db66ab03c5c9ea33f46
SHA256: a5074707c130307beb77870b30bf793bb752a808ece37ea0c7faed8f7b18c3b4
Description-en: fast and powerful JSON library for Java -- byte code generation for POJOs
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 a module for speeding up serialization and
deserialization of plain-old-Java-objects data types using byte-code
generation.
Description-md5: b1515389838b21f9975f83ca87a73ae3
Homepage: https://github.com/FasterXML/jackson-module-afterburner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu