How to Install and Uninstall python3-cbor2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-cbor2" package

Please follow the steps below to install python3-cbor2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cbor2

2. Uninstall "python3-cbor2" package

Here is a brief guide to show you how to uninstall python3-cbor2 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cbor2 package on Ubuntu 21.10 (Impish Indri)

Package: python3-cbor2
Architecture: amd64
Version: 5.2.0-4
Priority: optional
Section: universe/python
Source: cbor2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 190
Provides: python3.9-cbor2
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Suggests: python-cbor2-doc
Filename: pool/universe/c/cbor2/python3-cbor2_5.2.0-4_amd64.deb
Size: 46132
MD5sum: 7c126a1669d123b9486f32e9cb577721
SHA1: a8103ab277dc20d1010788c6167ec7774e1c58c4
SHA256: 3e44aa203291f9274d6fdaa4de7feb3e0b6793796114fa4249b223c7ed4990a5
SHA512: 9f06ff4c8a09da92f6d6efb336a4097ee60c2f4df4d3e557f2fd649d72834677197f0358d262dc5f73ef8414dc6c0d0d3a68a7246adc9a3a3df6029e92656b29
Homepage: https://github.com/agronholm/cbor2
Description-en: 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: 1b7fcdbdd4a3c5e324a062f8d6310fb2