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

Last updated: October 06,2024

1. Install "python3-mnemonic.noarch" package

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

$ 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 34:

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

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

Last metadata expiration check: 4:15:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mnemonic
Version : 0.18
Release : 10.fc34
Architecture : noarch
Size : 37 k
Source : python-mnemonic-0.18-10.fc34.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.