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

Last updated: May 17,2024

1. Install "python3-ujson" package

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

$ sudo apt update $ sudo apt install python3-ujson

2. Uninstall "python3-ujson" package

Please follow the step by step instructions below to uninstall python3-ujson on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-ujson
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: ujson
Version: 1.33-1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/u/ujson/python3-ujson_1.33-1build1_amd64.deb
Size: 18720
MD5sum: aa3db1069ae40da73dea6a0d560b9fc4
SHA1: 6786ae28b75717422f3f3287fdf1fe0b21960f4d
SHA256: 6fe1dff883a4538bc58eebf3a40babf2cff242b677442b0848d8f58d64312ead
Description-en: ultra fast JSON encoder and decoder for Python 3
UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
bindings for Python.
.
This package contains the Python 3 module of ujson.
Description-md5: abfd4b7abb5ebef31715809995b02044
Homepage: http://github.com/esnme/ultrajson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu