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

Last updated: May 20,2024

1. Install "python3-hexbytes" package

Please follow the instructions below to install python3-hexbytes on Kali Linux

$ sudo apt update $ sudo apt install python3-hexbytes

2. Uninstall "python3-hexbytes" package

Please follow the steps below to uninstall python3-hexbytes on Kali Linux:

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

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

Package: python3-hexbytes
Source: python-hexbytes
Version: 0.3.0-1
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-hexbytes-doc
Size: 6892
SHA256: 6356bf373be8c0601c839b8441905f865ee9724ff360c7622843d593a2f32ac6
SHA1: 193b876b47a2a0385f2444494d7660615acfc4d4
MD5sum: 0a91086ec17b822eaca20358c43853a2
Description: Python bytes subclass decodes hex (Python 3)
HexBytes is a very thin wrapper around the Python built-in bytes class.
It has these three changes:
.
1. Accepts more initializing values, like hex strings, non-negative
integers, and booleans
2. Returns hex with prefix ‘0x’ from HexBytes.hex()
3. The representation at console is in hex
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/ethereum/hexbytes
Section: python
Priority: optional
Filename: pool/main/p/python-hexbytes/python3-hexbytes_0.3.0-1_all.deb