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

Last updated: May 21,2024

1. Install "libcbor0.8" package

Here is a brief guide to show you how to install libcbor0.8 on Kali Linux

$ sudo apt update $ sudo apt install libcbor0.8

2. Uninstall "libcbor0.8" package

Please follow the guidelines below to uninstall libcbor0.8 on Kali Linux:

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

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

Package: libcbor0.8
Source: libcbor
Version: 0.8.0-2
Installed-Size: 97
Maintainer: Vincent Bernat
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 27136
SHA256: 1a7c1212ff903a0a4dbcb0a06ab8cbdbf9533f8b2dc61a6cbfb7654c37b14704
SHA1: 8e8b33b679016841ed83c3eb5034f25b19e493c9
MD5sum: 5642765d5efab12c87b4f35ba6e69f6a
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: 1007a4cf56f77d7b8da483533ddd09b1
Multi-Arch: same
Homepage: https://github.com/PJK/libcbor
Section: libs
Priority: optional
Filename: pool/main/libc/libcbor/libcbor0.8_0.8.0-2_amd64.deb