How to Install and Uninstall python3-anyjson Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-anyjson" package

This guide covers the steps necessary to install python3-anyjson on Kali Linux

$ sudo apt update $ sudo apt install python3-anyjson

2. Uninstall "python3-anyjson" package

This guide covers the steps necessary to uninstall python3-anyjson on Kali Linux:

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

3. Information about the python3-anyjson package on Kali Linux

Package: python3-anyjson
Source: python-anyjson
Version: 0.3.3-5
Installed-Size: 33
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 8340
SHA256: 6562e7d6302c52f5f78d52bb1d312e460708cf6e656ad115d282505707af48f9
SHA1: 46e4ccbd9ca69efc4da7760049c5fbce0af9e457
MD5sum: c77274b374f27cabf8019b44137998f8
Description: 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:
Homepage: https://bitbucket.org/runeh/anyjson/
Section: python
Priority: optional
Filename: pool/main/p/python-anyjson/python3-anyjson_0.3.3-5_all.deb