How to Install and Uninstall python3-json-patch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-json-patch" package

Please follow the step by step instructions below to install python3-json-patch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-json-patch

2. Uninstall "python3-json-patch" package

This guide covers the steps necessary to uninstall python3-json-patch on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-json-patch $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-json-patch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-json-patch
Priority: optional
Section: python
Installed-Size: 10
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-json-patch
Version: 1.19-3
Depends: python3-jsonpatch
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/main/p/python-json-patch/python3-json-patch_1.19-3_all.deb
Size: 2324
MD5sum: 972b5658b7141ab647c4e1f7e45816c7
SHA1: 18f6ac7518aa3fb35eb43d0009314b4a2e5fec68
SHA256: b24a137bafa5ba5e6bd1ca9999dd929c0114ac3b2cd990314ca3041bdf358c30
Description-en: library to apply JSON patches - Python 3.x transitional package
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 is a transitional package to python3-jsonpatch.
Description-md5: a0af8d074a57954eb14166df483d9208
Homepage: https://github.com/stefankoegl/python-json-patch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m