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

Last updated: May 20,2024

1. Install "python3-simplejson" package

Please follow the guidance below to install python3-simplejson on Kali Linux

$ sudo apt update $ sudo apt install python3-simplejson

2. Uninstall "python3-simplejson" package

Please follow the steps below to uninstall python3-simplejson on Kali Linux:

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

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

Package: python3-simplejson
Source: simplejson (3.19.2-1)
Version: 3.19.2-1+b1
Installed-Size: 314
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 69444
SHA256: 2f5d31272fa89c5568fc6a6e7576c50855b84dafad88ab3766e02b0d5dfcc9a6
SHA1: f655fed8bb0f073f3ca2adc3e19bdb8e980f18cf
MD5sum: c3cf8b0f7acf8b47a41938fc526286f4
Description: simple, fast, extensible JSON encoder/decoder for Python 3.x
simplejson is a simple, fast, complete, correct and extensible JSON
encoder and decoder.
.
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).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://simplejson.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/s/simplejson/python3-simplejson_3.19.2-1+b1_amd64.deb