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

Last updated: November 07,2024

1. Install "python3-smbus2" package

Please follow the step by step instructions below to install python3-smbus2 on Kali Linux

$ sudo apt update $ sudo apt install python3-smbus2

2. Uninstall "python3-smbus2" package

This guide let you learn how to uninstall python3-smbus2 on Kali Linux:

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

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

Package: python3-smbus2
Source: smbus2
Version: 0.4.3-1
Installed-Size: 56
Maintainer: Debian Electronics Team
Architecture: amd64
Depends: python3:any
Size: 12092
SHA256: 9df91743046eee689f973473abc7c640df2abfee27423a2d33c0c45ddfbab3c0
SHA1: d5b49167cfa917ffe3fa06ca7905da9afd754195
MD5sum: 54d327c1f69e41c75b78d79f3058bc9c
Description: another pure Python implementation of the python-smbus package
Currently supported features are:
Get i2c capabilities (I2C_FUNCS)
SMBus Packet Error Checking (PEC) support
read_byte
write_byte
read_byte_data
write_byte_data
read_word_data
write_word_data
read_i2c_block_data
write_i2c_block_data
write_quick
process_call
read_block_data
write_block_data
block_process_call
i2c_rdwr - combined write/read transactions with repeated start
Description-md5:
Homepage: https://github.com/kplindegaard/smbus2
Section: python
Priority: optional
Filename: pool/main/s/smbus2/python3-smbus2_0.4.3-1_amd64.deb