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

Last updated: May 18,2024

1. Install "python3-canonicaljson.noarch" package

This tutorial shows how to install python3-canonicaljson.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:10:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-canonicaljson
Version : 1.4.0
Release : 2.fc34
Architecture : noarch
Size : 17 k
Source : python-canonicaljson-1.4.0-2.fc34.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.