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

Last updated: May 18,2024

1. Install "python-cbor" package

This tutorial shows how to install python-cbor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cbor

2. Uninstall "python-cbor" package

Please follow the guidelines below to uninstall python-cbor on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cbor
Priority: optional
Section: universe/python
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: amd64
Version: 0.1.24-1
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-cbor/python-cbor_0.1.24-1_amd64.deb
Size: 20884
MD5sum: 63d2695a6a0a28a9f9d49362a70a8193
SHA1: 12e02b518d0f5b4c93601406a3a1ce5b239e6946
SHA256: 095d753d9a6e12c7cbafc3aa4c7460fa5fb39427c379d8fe8395dd1a11e3682f
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