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

Last updated: November 28,2024

1. Install "python3-signedjson.noarch" package

This guide let you learn how to install python3-signedjson.noarch on Fedora 35

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

2. Uninstall "python3-signedjson.noarch" package

Please follow the step by step instructions below to uninstall python3-signedjson.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:50:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-signedjson
Version : 1.1.1
Release : 6.fc35
Architecture : noarch
Size : 22 k
Source : python-signedjson-1.1.1-6.fc35.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.