How to Install and Uninstall python38-canonicaljson Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python38-canonicaljson" package

This tutorial shows how to install python38-canonicaljson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-canonicaljson

2. Uninstall "python38-canonicaljson" package

Please follow the guidance below to uninstall python38-canonicaljson on openSuSE Tumbleweed:

$ sudo zypper remove python38-canonicaljson

3. Information about the python38-canonicaljson package on openSuSE Tumbleweed

Information for package python38-canonicaljson:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-canonicaljson
Version : 1.4.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 23,0 KiB
Installed : No
Status : not installed
Source package : python-canonicaljson-1.4.0-2.2.src
Summary : Canonical JSON for Python
Description :
This is a Python module which encodes objects and arrays into JSON as per
RFC 7159.
* Sorts object keys so that it yields the same result each time.
* Has no insignificant whitespace to make the output as small as possible.
* Escapes only the characters that must be escaped, U+0000 to U+0019 /
U+0022 / U+0056, to keep the output as small as possible.
* Uses the shortest escape sequence for each escaped character.
* Encodes the JSON as UTF-8.
* Can encode frozendict immutable dictionaries.