How to Install and Uninstall python3-canonicaljson.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-canonicaljson.noarch" package

Here is a brief guide to show you how to install python3-canonicaljson.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-canonicaljson.noarch

2. Uninstall "python3-canonicaljson.noarch" package

Please follow the guidelines below to uninstall python3-canonicaljson.noarch on Fedora 36:

$ sudo dnf remove python3-canonicaljson.noarch $ sudo dnf autoremove

3. Information about the python3-canonicaljson.noarch package on Fedora 36

Last metadata expiration check: 0:36:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-canonicaljson
Version : 1.4.0
Release : 5.fc36
Architecture : noarch
Size : 17 k
Source : python-canonicaljson-1.4.0-5.fc36.src.rpm
Repository : fedora
Summary : Canonical JSON
URL : https://github.com/matrix-org/python-canonicaljson
License : ASL 2.0
Description : Features:
: * Encodes objects and arrays as RFC 7159 JSON.
: * Sorts object keys so that you get the same result each time.
: * Has no inignificant 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.
:
: Python 3 version.