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

Last updated: May 01,2024

1. Install "libjackson2-dataformat-yaml" package

Here is a brief guide to show you how to install libjackson2-dataformat-yaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjackson2-dataformat-yaml

2. Uninstall "libjackson2-dataformat-yaml" package

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

$ sudo apt remove libjackson2-dataformat-yaml $ sudo apt autoclean && sudo apt autoremove

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

Package: libjackson2-dataformat-yaml
Priority: optional
Section: universe/java
Installed-Size: 385
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jackson-dataformat-yaml
Version: 2.4.3-2
Depends: libjackson2-core-java, libyaml-snake-java
Suggests: libjackson2-dataformat-yaml-doc
Filename: pool/universe/j/jackson-dataformat-yaml/libjackson2-dataformat-yaml_2.4.3-2_all.deb
Size: 274848
MD5sum: b8a0564a3267155322fcca23813de5c2
SHA1: 1aaebd6010e3b3d851720d9939908a7197ed194d
SHA256: d9b53f2291329fbfbf2bfc3bebc4ef59b084a7ba7ef248b4db09d43026248311
Description-en: fast and powerful JSON library for Java -- YAML dataformat
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 an extension for reading and writing YAML-encoded data
Description-md5: f70a95d3b18c98f7cd962f4509ad31a5
Homepage: http://wiki.fasterxml.com/JacksonHome
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu