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

Last updated: September 22,2024

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

Please follow the guidelines below to install python3-shamir-mnemonic.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall python3-shamir-mnemonic.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:18:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-shamir-mnemonic
Version : 0.1.0
Release : 5.fc34
Architecture : noarch
Size : 33 k
Source : python-shamir-mnemonic-0.1.0-5.fc34.src.rpm
Repository : fedora
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.