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

Last updated: May 09,2024

1. Install "python3-smbus" package

Please follow the guidance below to install python3-smbus on Kali Linux

$ sudo apt update $ sudo apt install python3-smbus

2. Uninstall "python3-smbus" package

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

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

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

Package: python3-smbus
Source: i2c-tools (4.3-4)
Version: 4.3-4+b2
Installed-Size: 75
Maintainer: Aurelien Jarno
Architecture: amd64
Depends: libc6 (>= 2.4), libi2c0 (>= 4.0), python3 (<< 3.13), python3 (>= 3.11~)
Recommends: i2c-tools
Size: 13032
SHA256: 4e615fee48a54d97ac57a5968306f5e5a90fe7ed779f45ef6717b2852c158e05
SHA1: 77ddb77d0fc651daf830030b17bb5e802cdcc1d3
MD5sum: 30cde0863c66d1defe94b9978b3ffad5
Description: Python 3 bindings for Linux SMBus access through i2c-dev
This Python 3 module allows SMBus access through the I2C /dev interface on
Linux hosts. The host kernel must have I2C support, I2C device interface
support, and a bus adapter driver.
Description-md5:
Multi-Arch: same
Homepage: https://www.kernel.org/pub/software/utils/i2c-tools/
Section: python
Priority: optional
Filename: pool/main/i/i2c-tools/python3-smbus_4.3-4+b2_amd64.deb