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

Last updated: July 03,2024

1. Install "python3-anyjson" package

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

$ sudo apt update $ sudo apt install python3-anyjson

2. Uninstall "python3-anyjson" package

This tutorial shows how to uninstall python3-anyjson on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-anyjson
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-anyjson
Version: 0.3.3-1build1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-anyjson/python3-anyjson_0.3.3-1build1_all.deb
Size: 7062
MD5sum: 15b22608f7db3e43161d2da36021e261
SHA1: 2d85a02e60e3516e8806ee942c9d9b1b91d8827f
SHA256: 90fb1148291c313b29b607e1e2b713f84f5982296802a732a7640d9ef7ec1d6a
Description-en: Common interface for the best available JSON implementation (Python3 version)
Loads whichever is the fastest JSON module installed and provides a uniform
API regardless of which JSON implementation is used. The exceptions will also
be the same whichever JSON module is used.
The ranking of the JSON implementations is based on a benchmark.
.
This package contains the Python 3 version of the library.
Description-md5: 9351e44cbaa2fad03294506e6e90d50d
Homepage: http://bitbucket.org/runeh/anyjson/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu