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

Last updated: January 11,2025

1. Install "python3-cbor2" package

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

$ sudo apt update $ sudo apt install python3-cbor2

2. Uninstall "python3-cbor2" package

This tutorial shows how to uninstall python3-cbor2 on Kali Linux:

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

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

Package: python3-cbor2
Source: cbor2
Version: 5.6.2-1
Installed-Size: 356
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Suggests: python-cbor2-doc
Size: 73128
SHA256: 99324e37b21d118817ccba0934e3feea4b3741d30ad43d7aa5058bcefcc656d7
SHA1: cc2c54a248cf1f106811835291d19127f2224b6a
MD5sum: 4306c518087ec3366d51e7e4fd77dd06
Description: Implements Concise Binary Object Representation (Python 3)
This library provides encoding and decoding for the Concise Binary Object
Representation (CBOR, RFC 7049) serialization format.
.
Features:
* Simple API like json or pickle modules.
* Support many CBOR tags with stdlib objects.
* Generic tag decoding.
* Shared value references including cyclic references.
* Optional C module backend tested on big- and little-endian architectures.
* Extensible tagged value handling using tag_hook and object_hook on decode
and default on encode.
* Command-line diagnostic tool, converting CBOR file or stream to JSON
(This is a lossy conversion, for diagnostics only)
* Thorough test suite.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/agronholm/cbor2
Section: python
Priority: optional
Filename: pool/main/c/cbor2/python3-cbor2_5.6.2-1_amd64.deb