How to Install and Uninstall python3-smbus Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python3-smbus" package

This is a short guide on how to install python3-smbus on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-smbus

2. Uninstall "python3-smbus" package

Learn how to uninstall python3-smbus on openSuSE Tumbleweed:

$ sudo zypper remove python3-smbus

3. Information about the python3-smbus package on openSuSE Tumbleweed

Information for package python3-smbus:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-smbus
Version : 4.3-3.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.6 KiB
Installed : No
Status : not installed
Source package : i2c-tools-4.3-3.3.src
Upstream URL : https://i2c.wiki.kernel.org/index.php/I2C_Tools
Summary : Python binding for Device Tree
Description :
libi2c offers a way for applications to interact with the devices
connected to the I2C or SMBus buses of the system.
Python binding part.