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

Last updated: January 11,2025

1. Install "python3-canonicaljson.noarch" package

Please follow the steps below to install python3-canonicaljson.noarch on Fedora 38

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

2. Uninstall "python3-canonicaljson.noarch" package

Please follow the steps below to uninstall python3-canonicaljson.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:25:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-canonicaljson
Version : 2.0.0
Release : 2.fc38
Architecture : noarch
Size : 18 k
Source : python-canonicaljson-2.0.0-2.fc38.src.rpm
Repository : updates
Summary : Canonical JSON
URL : https://github.com/matrix-org/python-canonicaljson
License : Apache-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.