How to Install and Uninstall python3-bip32utils Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-bip32utils" package

Please follow the guidance below to install python3-bip32utils on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-bip32utils

2. Uninstall "python3-bip32utils" package

Here is a brief guide to show you how to uninstall python3-bip32utils on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-bip32utils package on Ubuntu 21.10 (Impish Indri)

Package: python3-bip32utils
Architecture: all
Version: 0.0~git20170118.dd9c541-2
Priority: optional
Section: universe/python
Source: python-bip32utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Josue Ortega
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 51
Depends: python3:any, python3-ecdsa
Filename: pool/universe/p/python-bip32utils/python3-bip32utils_0.0~git20170118.dd9c541-2_all.deb
Size: 11596
MD5sum: 02747d59eb2cf53c0965cfe30bb7f162
SHA1: 14802f7647f9160f54ec1f4e859c86960673adc3
SHA256: d2d2ea5405538e5a085fef3710ecbde9170fc79b4fb87cce83f5b8661df89bbc
SHA512: a0950b7b6b97313387226f3e351e9672f02571b4b51eced5549806226a21724fedb9c60e3e9ce9b1decaad64e61417dbf7dbb67473ab9e1320197ff9ea4a2898
Homepage: https://github.com/prusnak/bip32utils
Description-en: Python implementation of Bitcoin hierarchical deterministic wallet
The bip32utils library is a pure Python implementation of Bitcoin hierarchical
deterministic wallet ("HD Wallet") ECDSA key generation as specified in
BIP0032 (Bitcoin Improvement Proposal #0032).
.
Deterministic ECDSA key generation allows creating a sequence of Bitcoin
private and public ECDSA keys from an initial seed and a hierarchical set of
indices. A number of benefits follow:
- An entire wallet can be backed up once by storing the wallet seed or master
extended private key, and all future addresses in the wallet can be restored
from it.
- The creation of public and private ECDSA keys may be separated from each
other. That is, it is possible to create only the public ECDSA key half
(and receiving address) of an ECDSA key pair, without the ability to create
the private half. Thus, one can create receiving addresses on a public
facing system that if compromised would not give the attacker the ability to
spend bitcoin received at those addresses. A separate, offline machine can
generate the corresponding private ECDSA keys and sign transactions.
- Public and private ECDSA keys may be created in a hierarchy, and control
over or visibility of portions of the hierarchy may be delegated to third
parties.
This has uses for auditing, for separating ECDSA key sequences into
different logical groups or accounts, and for giving 3rd parties the ability
to create spending transactions without first getting a receiving address
in advance.
Description-md5: 0c3ae30c8c20aaa25e135de52e5145c6