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

Last updated: May 15,2024

1. Install "libjackson2-dataformat-cbor" package

Please follow the guidelines below to install libjackson2-dataformat-cbor on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjackson2-dataformat-cbor" package

Please follow the steps below to uninstall libjackson2-dataformat-cbor on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjackson2-dataformat-cbor
Priority: optional
Section: universe/java
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jackson-dataformat-cbor
Version: 2.4.3-1
Depends: libjackson2-core-java
Suggests: libjackson2-dataformat-cbor-doc
Filename: pool/universe/j/jackson-dataformat-cbor/libjackson2-dataformat-cbor_2.4.3-1_all.deb
Size: 45910
MD5sum: 3b58ece1d45e2a38d830955610f5f2fd
SHA1: acfdd710cb3a5a669b061cdf3c11bd71d0c21aa2
SHA256: f6318b6ec0ef3ed1791c5233584f09fb0a66f10ad468e1826590b49d92f36e84
Description-en: Jackson data format module for RfC7049 Concise Binary Object Representation
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 "Concise
Binary Object Representation (CBOR)" as specified in RfC7049.
Description-md5: e1cf52097f09b59e62028ccbcf1b5bb7
Homepage: https://github.com/FasterXML/jackson-dataformat-cbor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu