How to Install and Uninstall libcbor0.6 Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: May 17,2024

1. Install "libcbor0.6" package

Learn how to install libcbor0.6 on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install libcbor0.6

2. Uninstall "libcbor0.6" package

This is a short guide on how to uninstall libcbor0.6 on Ubuntu 22.04 LTS (Jammy Jellyfish):

$ sudo apt remove libcbor0.6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcbor0.6 package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: libcbor0.6
Architecture: amd64
Version: 0.6.0-0ubuntu4
Multi-Arch: same
Priority: standard
Section: libs
Source: libcbor
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 83
Depends: libc6 (>= 2.14)
Filename: pool/main/libc/libcbor/libcbor0.6_0.6.0-0ubuntu4_amd64.deb
Size: 23904
MD5sum: 4768c799aaa552b2a792a8702d6ed507
SHA1: bfc700e8dfe64185008cacf5dbc2753091141da5
SHA256: b58f7835053d7839ba9106802536587c4769fd680d0ee8155737caaaf7ab265b
SHA512: 3fd4e17e4989c606d96fc741aa92aa3d4e0250fa152933a2be1401d212efd59a3a0f73f563fe067106edb7623a89193c83d4e2330250ecb243ed1cbac1f19106
Homepage: https://github.com/PJK/libcbor
Description-en: library for parsing and generating CBOR (RFC 7049)
CBOR is a general-purpose schema-less binary data format, defined in
RFC 7049. This package provides a C library for parsing and generating
CBOR. The main features are:
.
- Complete RFC conformance
- Robust C99 implementation
- Layered architecture offers both control and convenience
- Flexible memory management
- No shared global state - threading friendly
- Proper handling of UTF-8
- Full support for streams & incremental processing
- Extensive documentation and test suite
- No runtime dependencies, small footprint
.
This package contains the runtime library.
Description-md5: 1007a4cf56f77d7b8da483533ddd09b1
Task: standard, server-minimal