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

Last updated: May 17,2024

1. Install "python3-simplejson" package

This tutorial shows how to install python3-simplejson on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-simplejson

2. Uninstall "python3-simplejson" package

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

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

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

Package: python3-simplejson
Priority: optional
Section: python
Installed-Size: 227
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: simplejson
Version: 3.8.1-1ubuntu2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Filename: pool/main/s/simplejson/python3-simplejson_3.8.1-1ubuntu2_amd64.deb
Size: 48576
MD5sum: 347b2bbaee7201d20717f719da12a916
SHA1: 9a6fe9215224a91b27e47c0470e2bfe7b3beb1b2
SHA256: 6397925468413ee2e3d3bbfaf83ee01a591f3a772de2e45efe0a9152431de0e1
Description-en: JSON encoder and decoder for Python 3
simplejson is the externally maintained development version of the
json library included with Python 2.6 and Python 3.0.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
Description-md5: f89c1dbd1665ff53ce212794904fd89d
Homepage: http://undefined.org/python/#simplejson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-sdk