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

Last updated: October 05,2024

1. Install "python3-mnemonic.noarch" package

This guide let you learn how to install python3-mnemonic.noarch on Fedora 36

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

2. Uninstall "python3-mnemonic.noarch" package

Learn how to uninstall python3-mnemonic.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:20:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-mnemonic
Version : 0.20
Release : 2.fc36
Architecture : noarch
Size : 67 k
Source : python-mnemonic-0.20-2.fc36.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.