How to Install and Uninstall libcbor0.6 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "libcbor0.6" package

This tutorial shows how to install libcbor0.6 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcbor0.6

2. Uninstall "libcbor0.6" package

Please follow the guidance below to uninstall libcbor0.6 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcbor0.6 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcbor0.6
Architecture: amd64
Version: 0.6.0-0ubuntu3
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-0ubuntu3_amd64.deb
Size: 21652
MD5sum: 567d328dfcdd7b2913615ad1f500b6eb
SHA1: 51a776c5c07ed98e90b351a494780f966d438f46
SHA256: 6cf1959c7c713096612190c7a3518374a107f7fdfbff8bc88f7a1c73f2005a34
SHA512: 7ca69483883f2279f680a2ead16c0a26421380e088928f5f5e0f8c2143a1fc8c0fd3a87dfb27308d5df7f2d0650487559228b90421d1f5f3a4cd8bc37503e5b1
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