How to Install and Uninstall python3-mnemonic Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-mnemonic" package

Here is a brief guide to show you how to install python3-mnemonic on Kali Linux

$ sudo apt update $ sudo apt install python3-mnemonic

2. Uninstall "python3-mnemonic" package

Please follow the guidance below to uninstall python3-mnemonic on Kali Linux:

$ sudo apt remove python3-mnemonic $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mnemonic package on Kali Linux

Package: python3-mnemonic
Source: python-mnemonic
Version: 0.19-3
Installed-Size: 173
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 48760
SHA256: 055f61769d3abb65a399e3b2068d663e020e1f286cf8dd03f94d501f1662ae3c
SHA1: d656ec2e350a8468145389c7ffa1f4cc0107a566
MD5sum: 4d2409e7cdfc42e08ec7add26847f9be
Description: Implementation of Bitcoin BIP-0039 (Python 3)
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.
.
==BIP paper==
See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
full specification.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/trezor/python-mnemonic
Section: python
Priority: optional
Filename: pool/main/p/python-mnemonic/python3-mnemonic_0.19-3_all.deb