How to Install and Uninstall python-jsonpatch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "python-jsonpatch" package

This tutorial shows how to install python-jsonpatch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jsonpatch

2. Uninstall "python-jsonpatch" package

Please follow the step by step instructions below to uninstall python-jsonpatch on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-jsonpatch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-jsonpatch
Priority: optional
Section: python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-json-patch
Version: 1.19-3
Replaces: python-json-patch (<< 1.3-3~)
Depends: python-json-pointer (>= 1.9), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: python-json-patch (<< 1.3-3~)
Filename: pool/main/p/python-json-patch/python-jsonpatch_1.19-3_all.deb
Size: 12326
MD5sum: b20c6f76ee07fdc93f9505e3dc17b174
SHA1: 70a97831f3dbcfc66379643fff59a6f2c1139f8d
SHA256: 41d898c55a9bfc157af7538f15a893858d36112468e7256c5c40c1bfe1f06f1b
Description-en: library to apply JSON patches - Python 2.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 2.x module.
Description-md5: f445ebbc5b659106b541d3dd79be450d
Homepage: https://github.com/stefankoegl/python-json-patch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y