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

Last updated: May 17,2024

1. Install "python-ijson" package

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

$ sudo apt update $ sudo apt install python-ijson

2. Uninstall "python-ijson" package

Learn how to uninstall python-ijson on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ijson
Priority: extra
Section: universe/python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Architecture: all
Version: 2.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: libyajl2
Filename: pool/universe/p/python-ijson/python-ijson_2.3-1_all.deb
Size: 10916
MD5sum: bc0e1df0f607936990dd08d86d8b23db
SHA1: 8bf0a2bbfe4dbc9508a241916fbec282510428e9
SHA256: 5fd03a599cf854051fc7376cd18ca0c88cbeada807ce6e4a519b22f9541a2ce1
Description-en: event-driven JSON parser (Python 2 version)
Ijson is an iterative, event-driven JSON parser with a standard
Python iterator interface. The principle is similar to Java SAX
parser: the user can parse a document on-line, without storing the
whole object in memory.
.
This package installs the library for Python 2.
Description-md5: 7ae2dccd02d9b7dd2618bf8aee3b8586
Homepage: https://github.com/isagalaev/ijson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu