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

Last updated: November 23,2024

1. Install "python310-canonicaljson" package

This guide let you learn how to install python310-canonicaljson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-canonicaljson

2. Uninstall "python310-canonicaljson" package

Please follow the guidelines below to uninstall python310-canonicaljson on openSuSE Tumbleweed:

$ sudo zypper remove python310-canonicaljson

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

Information for package python310-canonicaljson:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-canonicaljson
Version : 2.0.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 32.8 KiB
Installed : No
Status : not installed
Source package : python-canonicaljson-2.0.0-2.7.src
Upstream URL : https://github.com/matrix-org/python-canonicaljson
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.