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

Last updated: September 25,2024

1. Install "python3-mnemonic.noarch" package

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

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

2. Uninstall "python3-mnemonic.noarch" package

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

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

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

Last metadata expiration check: 2:31:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-mnemonic
Version : 0.19
Release : 3.fc35
Architecture : noarch
Size : 66 k
Source : python-mnemonic-0.19-3.fc35.src.rpm
Repository : fedora
Summary : Implementation of Bitcoin BIP-0039
URL : https://github.com/trezor/python-mnemonic
License : MIT
Description : This BIP describes the implementation of a mnemonic code or mnemonic sentence -
: a group of easy to remember words - for the generation of deterministic wallets.
:
: It consists of two parts: generating the mnenomic, and converting it into a
: binary seed. This seed can be later used to generate deterministic wallets using
: BIP-0032 or similar methods.
:
: See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for full
: specification.