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

Last updated: May 18,2024

1. Install "python3-ijson" package

This is a short guide on how to install python3-ijson on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ijson

2. Uninstall "python3-ijson" package

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

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

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

Package: python3-ijson
Priority: extra
Section: universe/python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Architecture: all
Source: python-ijson
Version: 2.3-1
Depends: python3:any (>= 3.3.2-2~)
Suggests: libyajl2
Filename: pool/universe/p/python-ijson/python3-ijson_2.3-1_all.deb
Size: 10992
MD5sum: dbeddeb2f3ca60de7dc851740bab2212
SHA1: 91f92ae8085c68582c2e476a4597456738c539d6
SHA256: 3e2b6da5715b64da71b56144fa9fea905fef11a454581d181804e581ea122ac6
Description-en: event-driven JSON parser (Python 3 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 3.
Description-md5: 530f3321b26d15270252d0ccd13b7899
Homepage: https://github.com/isagalaev/ijson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu