How to Install and Uninstall python3-cbor Package on Kali Linux

Last updated: May 07,2024

1. Install "python3-cbor" package

This is a short guide on how to install python3-cbor on Kali Linux

$ sudo apt update $ sudo apt install python3-cbor

2. Uninstall "python3-cbor" package

Learn how to uninstall python3-cbor on Kali Linux:

$ sudo apt remove python3-cbor $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cbor package on Kali Linux

Package: python3-cbor
Source: python-cbor (1.0.0-1.2)
Version: 1.0.0-1.2+b2
Installed-Size: 116
Maintainer: Agustin Henze
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any (>= 3.3~), libc6 (>= 2.14)
Size: 24688
SHA256: 5996930f50c22ac88c7830f892a8c0b6a8be9ee5a6b969dc4f9aa4ea845899de
SHA1: 641821e8ad0b8b15f157caae465580c416360075
MD5sum: 19323865178406372f5d1ead68ed7595
Description: Python3 Implementation of RFC 7049. Concise Binary Object Representation (CBOR)
CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes
to a binary format which is smaller and faster to generate and parse.
.
The two primary functions are cbor.loads() and cbor.dumps(). This library
includes a C implementation which runs 3-5 times faster than the Python
standard library’s C-accelerated implementanion of JSON. This is also includes
a 100% Python implementation
Description-md5:
Homepage: https://github.com/brianolson/cbor_py
Section: python
Priority: optional
Filename: pool/main/p/python-cbor/python3-cbor_1.0.0-1.2+b2_amd64.deb