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

Last updated: May 19,2024

1. Install "python3-signedjson.noarch" package

This guide covers the steps necessary to install python3-signedjson.noarch on Fedora 36

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

2. Uninstall "python3-signedjson.noarch" package

Please follow the steps below to uninstall python3-signedjson.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:14:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-signedjson
Version : 1.1.1
Release : 7.fc36
Architecture : noarch
Size : 22 k
Source : python-signedjson-1.1.1-7.fc36.src.rpm
Repository : fedora
Summary : Sign JSON with Ed25519 signatures
URL : https://github.com/matrix-org/python-signedjson
License : ASL 2.0
Description : Features:
: * More than one entity can sign the same object.
: * Each entity can sign the object with more than one key making it easier
: to rotate keys
: * ED25519 can be replaced with a different algorithm.
: * Unprotected data can be added to the object under the "unsigned" key.
:
: Python 3 version.