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

Last updated: September 20,2024

1. Install "python-cjson-dbg" package

Please follow the step by step instructions below to install python-cjson-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cjson-dbg

2. Uninstall "python-cjson-dbg" package

Please follow the instructions below to uninstall python-cjson-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-cjson-dbg $ sudo apt autoclean && sudo apt autoremove

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

Package: python-cjson-dbg
Priority: optional
Section: universe/python
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-cjson
Version: 1.1.0-2
Depends: libc6 (>= 2.4), python-dbg (<< 2.8), python-dbg (>= 2.7~), python-cjson (= 1.1.0-2)
Filename: pool/universe/p/python-cjson/python-cjson-dbg_1.1.0-2_amd64.deb
Size: 27564
MD5sum: 9dae52a2833b24ba1078f107b83cc034
SHA1: e11e2de4cef107c11f62e4fdaaa1030a12fd73df
SHA256: eed5c656e711b0f29c964238140db2c5be8f1bfbbadb4498b6188637c50b0b7a
Description-en: Very fast JSON encoder/decoder for Python (debug extension)
JSON stands for JavaScript Object Notation and is a text based lightweight
data exchange format which is easy for humans to read/write and for machines
to parse/generate. JSON is completely language independent and has multiple
implementations in most of the programming languages, making it ideal for
data exchange and storage.
.
The module is written in C and it is up to 250 times faster when compared to
the other Python JSON implementations which are written directly in Python.
This speed gain varies with the complexity of the data and the operation and
is the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.
.
This package contains the debug extensions and symbols.
Description-md5: b8a7cbe54c9a54980698bb895569ca37
Homepage: http://cheeseshop.python.org/pypi/python-cjson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu