How to Install and Uninstall python-simplejson-doc Package on Kali Linux

Last updated: May 14,2024

1. Install "python-simplejson-doc" package

This guide let you learn how to install python-simplejson-doc on Kali Linux

$ sudo apt update $ sudo apt install python-simplejson-doc

2. Uninstall "python-simplejson-doc" package

In this section, we are going to explain the necessary steps to uninstall python-simplejson-doc on Kali Linux:

$ sudo apt remove python-simplejson-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-simplejson-doc package on Kali Linux

Package: python-simplejson-doc
Source: simplejson
Version: 3.19.2-1
Installed-Size: 283
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Recommends: python3-simplejson
Size: 63104
SHA256: 247b19ddc4eb8673ac6ceca0f9b7f99172ad7431e0234e6c71d9ecb89e28a200
SHA1: 0642062e9d5f79e4e5b008b7ceb7daad8cfd23ea
MD5sum: 748053cfa564fbdcfab4babd1a81a33e
Description: simple, fast, extensible JSON encoder/decoder for Python - documentation
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://simplejson.readthedocs.io/
Section: doc
Priority: optional
Filename: pool/main/s/simplejson/python-simplejson-doc_3.19.2-1_all.deb