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

Last updated: May 08,2024

1. Install "python3-jsonschema" package

This guide let you learn how to install python3-jsonschema on Kali Linux

$ sudo apt update $ sudo apt install python3-jsonschema

2. Uninstall "python3-jsonschema" package

This tutorial shows how to uninstall python3-jsonschema on Kali Linux:

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

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

Package: python3-jsonschema
Source: python-jsonschema
Version: 4.10.3-2
Installed-Size: 488
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-attr, python3-importlib-metadata | python3-supported-min (>> 3.8), python3-importlib-resources | python3-supported-min (>> 3.9), python3-pyrsistent, python3-typing-extensions | python3-supported-min (>> 3.8), python3:any
Recommends: python3-idna, python3-json-pointer, python3-rfc3987, python3-uritemplate, python3-webcolors
Suggests: python-jsonschema-doc
Breaks: python3-json-pointer (<< 1.14)
Size: 66212
SHA256: 8e4a6bc9c1ab14d94faf842a6f347eb261ab2145408a83a390ef716f64f652ce
SHA1: 6014ce71ddddbd1fbec6ef959c1767843340a5ca
MD5sum: 4061015825e750f33e3e94a7b8d1ad04
Description: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7)
JSON Schema is a specification for a JSON-based format for defining
the structure of JSON data. JSON Schema provides a contract for what
JSON data is required for a given application and how it can be
modified, much like what XML Schema provides for XML. JSON Schema is
intended to provide validation, documentation, and interaction control
of JSON data.
Description-md5:
Homepage: https://github.com/Julian/jsonschema
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-jsonschema/python3-jsonschema_4.10.3-2_all.deb