How to Install and Uninstall base58 Package on Kali Linux

Last updated: May 18,2024

1. Install "base58" package

Please follow the guidelines below to install base58 on Kali Linux

$ sudo apt update $ sudo apt install base58

2. Uninstall "base58" package

Please follow the steps below to uninstall base58 on Kali Linux:

$ sudo apt remove base58 $ sudo apt autoclean && sudo apt autoremove

3. Information about the base58 package on Kali Linux

Package: base58
Source: python-base58
Version: 1.0.3-2
Installed-Size: 15
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-base58 (= 1.0.3-2)
Size: 4460
SHA256: b1c46518c675b482f36f42c5de53afdca560bde145f334d26dfb2e90f20d9932
SHA1: 2954555995c25c979277836d95818b417dd3ba9f
MD5sum: cd67a585300d00126ba0766fe87f8f33
Description: Command line encoder and decoder for Base58 format
This package contains the base58 command, which can be used to encode, decode
or check, in a form compatible with that used by the bitcoin network.
.
Base58 is a group of binary-to-text encoding schemes used to represent large
integers as alphanumeric text. Compared with Base64, similar-looking letters
are omitted.
Description-md5:
Homepage: https://github.com/keis/base58
Section: devel
Priority: optional
Filename: pool/main/p/python-base58/base58_1.0.3-2_all.deb