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

Last updated: November 10,2024

1. Install "python-cjson" package

This guide covers the steps necessary to install python-cjson on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cjson

2. Uninstall "python-cjson" package

This is a short guide on how to uninstall python-cjson on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cjson
Priority: optional
Section: universe/python
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 1.1.0-2
Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~)
Suggests: python-cjson-dbg
Filename: pool/universe/p/python-cjson/python-cjson_1.1.0-2_amd64.deb
Size: 11304
MD5sum: cef29658671c541f29afd0a93769404c
SHA1: ec10a13b28922b4e6442509f28e5a1e26bc7b8e0
SHA256: cea53f58add506676cb37e1b91bf7422fe3800d1a98684e17cecfda984980730
Description-en: Very fast JSON encoder/decoder for Python
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.
Description-md5: 9df5556dd31ca9e98e84e927ba2be5d8
Homepage: http://cheeseshop.python.org/pypi/python-cjson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu