How to Install and Uninstall python3-cbor Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "python3-cbor" package

Please follow the step by step instructions below to install python3-cbor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cbor

2. Uninstall "python3-cbor" package

This guide let you learn how to uninstall python3-cbor on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-cbor package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-cbor
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: amd64
Source: python-cbor
Version: 0.1.24-1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-cbor/python3-cbor_0.1.24-1_amd64.deb
Size: 20258
MD5sum: f51a2655e2f81bba89c2e37f6a894a46
SHA1: 0f0c2de299ee30053bbfd92d26acd9a88cd0778b
SHA256: f4c4afc3e420ceddb1e0a32b461fdc413a824e0925e3c9155aa2fb2cf2cf05b0
Description-en: Python 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: 84c0199be62917e005c4b295b3cbf4a7
Homepage: https://bitbucket.org/bodhisnarkva/cbor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu