How to Install and Uninstall python3-jsonpatch Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "python3-jsonpatch" package

In this section, we are going to explain the necessary steps to install python3-jsonpatch on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-jsonpatch

2. Uninstall "python3-jsonpatch" package

Please follow the guidance below to uninstall python3-jsonpatch on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-jsonpatch package on Ubuntu 21.10 (Impish Indri)

Package: python3-jsonpatch
Architecture: all
Version: 1.25-3
Priority: optional
Section: python
Source: python-json-patch
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 57
Depends: python3-json-pointer, python3:any
Filename: pool/main/p/python-json-patch/python3-jsonpatch_1.25-3_all.deb
Size: 11992
MD5sum: acddade8239a1cba34638d44ca3889e9
SHA1: b70a534de91b4741a2b5172ed92c69e21600a1f3
SHA256: e26ca81b7a1642e652bc0ee38805e3daef17d5475a3463cc78983d2b8ad225f8
SHA512: ec37c75501d159ea54c3e976c4a353eb68462b65346f4eff11e766880d6f4fb6c9b744848dc73537be879b35649d2b4866301f0bbfc394298ce6acf8f6a1c5de
Homepage: https://github.com/stefankoegl/python-json-patch
Description-en: 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: 31a1db05fc61c0f39e77ce5db231668d
Task: server-minimal, cloud-image