How to Install and Uninstall python-mnemonic Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-mnemonic" package

This tutorial shows how to install python-mnemonic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mnemonic

2. Uninstall "python-mnemonic" package

Please follow the instructions below to uninstall python-mnemonic on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-mnemonic package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-mnemonic
Priority: optional
Section: universe/python
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Richard Ulrich
Architecture: all
Version: 0.12-1
Depends: python-pbkdf2, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-mnemonic/python-mnemonic_0.12-1_all.deb
Size: 15774
MD5sum: fc7d05f93e56934f2c003e442bccc114
SHA1: 5cd88621e2fa753cad694355c3b2ed2bf524b52a
SHA256: 53a70ed4fc7a2ef51da7699088bfe7fcd38d889648c5ad531ff35858af024466
Description-en: Implementation of Bitcoin BIP-0039
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.
Description-md5: fb4dc442ff3dad0950339c5182c22fc8
Homepage: https://github.com/trezor/python-mnemonic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu