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

Last updated: May 21,2024

1. Install "python3-jsonpatch" package

This tutorial shows how to install python3-jsonpatch on Kali Linux

$ sudo apt update $ sudo apt install python3-jsonpatch

2. Uninstall "python3-jsonpatch" package

Please follow the instructions below to uninstall python3-jsonpatch on Kali Linux:

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

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

Package: python3-jsonpatch
Source: python-json-patch
Version: 1.32-3
Installed-Size: 58
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-json-pointer, python3:any
Size: 11944
SHA256: b104914434b5ff9515e164d993b2125cd302d711142c07ddc738013454720781
SHA1: 3818a7618b5f42020df240c43ba0ee18aa2c650f
MD5sum: f214a4d99a7713ee3846e8ef0636f826
Description: library to apply JSON patches - Python 3.x
Python-json-patch is a Python module (a library) to apply JSON Patches
according to the IETF draft specification.
.
From the IETF site:
.
JavaScript Object Notation (JSON) [RFC4627] is a common format for the
exchange and storage of structured data. HTTP PATCH [RFC5789] extends the
Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
modifications to resources.
.
JSON Patch is a format (identified by the media type "application/
json-patch") for expressing a sequence of operations to apply to a target JSON
document, suitable for use with the HTTP PATCH method.
.
This format is also potentially useful in other cases when it's necessary to
make partial updates to a JSON document.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/stefankoegl/python-json-patch
Section: python
Priority: optional
Filename: pool/main/p/python-json-patch/python3-jsonpatch_1.32-3_all.deb