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

Last updated: May 20,2024

1. Install "python3-mnemonic.noarch" package

In this section, we are going to explain the necessary steps to install python3-mnemonic.noarch on Fedora 39

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

2. Uninstall "python3-mnemonic.noarch" package

This is a short guide on how to uninstall python3-mnemonic.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:55:46 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-mnemonic
Version : 0.20
Release : 7.fc39
Architecture : noarch
Size : 75 k
Source : python-mnemonic-0.20-7.fc39.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.