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

Last updated: September 27,2024

1. Install "python3-shamir-mnemonic.noarch" package

Please follow the step by step instructions below to install python3-shamir-mnemonic.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-shamir-mnemonic.noarch

2. Uninstall "python3-shamir-mnemonic.noarch" package

Please follow the steps below to uninstall python3-shamir-mnemonic.noarch on Fedora 35:

$ sudo dnf remove python3-shamir-mnemonic.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:55:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-shamir-mnemonic
Version : 0.2.2
Release : 1.fc35
Architecture : noarch
Size : 45 k
Source : python-shamir-mnemonic-0.2.2-1.fc35.src.rpm
Repository : updates
Summary : Reference implementation of Shamir's Secret-Sharing for Mnemonic Codes
URL : https://github.com/trezor/python-shamir-mnemonic
License : MIT
Description : This SLIP describes a standard and interoperable implementation of
: Shamir's secret sharing (SSS). SSS splits a secret into unique parts which can
: be distributed among participants, and requires a specified minimum number of
: parts to be supplied in order to reconstruct the original secret.
: Knowledge of fewer than the required number of parts does not leak information
: about the secret.