How to Install and Uninstall libcbor0.10 Package on Kali Linux

Last updated: July 03,2024

1. Install "libcbor0.10" package

Please follow the instructions below to install libcbor0.10 on Kali Linux

$ sudo apt update $ sudo apt install libcbor0.10

2. Uninstall "libcbor0.10" package

Please follow the steps below to uninstall libcbor0.10 on Kali Linux:

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

3. Information about the libcbor0.10 package on Kali Linux

Package: libcbor0.10
Source: libcbor
Version: 0.10.2-1.1
Installed-Size: 93
Maintainer: Vincent Bernat
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 27844
SHA256: ca97ea5a3d5f7e019155ea8193496e0c764bdf30a220b6e284810bf2b77cdf94
SHA1: 0920b9dc4648c2169bcb54f6e5b12c7c7c243d25
MD5sum: c466823fed1b993d7ec4068fef7417f3
Description: 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:
Multi-Arch: same
Homepage: https://github.com/PJK/libcbor
Section: libs
Priority: optional
Filename: pool/main/libc/libcbor/libcbor0.10_0.10.2-1.1_amd64.deb