How to Install and Uninstall python3-96BoardsGPIO Package on openSUSE Leap

Last updated: November 22,2024

1. Install "python3-96BoardsGPIO" package

This tutorial shows how to install python3-96BoardsGPIO on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-96BoardsGPIO

2. Uninstall "python3-96BoardsGPIO" package

This guide covers the steps necessary to uninstall python3-96BoardsGPIO on openSUSE Leap:

$ sudo zypper remove python3-96BoardsGPIO

3. Information about the python3-96BoardsGPIO package on openSUSE Leap

Information for package python3-96BoardsGPIO:
---------------------------------------------
Repository : Main Repository
Name : python3-96BoardsGPIO
Version : 0.0+git.20170225-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.5 KiB
Installed : No
Status : not installed
Source package : 96BoardsGPIO-0.0+git.20170225-bp155.2.10.src
Upstream URL : https://github.com/96boards/96BoardsGPIO
Summary : Python bindings for 96BoardsGPIO
Description :
This is 96BoardGPIO library, which controls hardware via the GPIO on
the 96Boards family of boards that confirm to the CE spec. These
boards have the same Low Speed Expansion Connector, but different
SOCs have different GPIO pins for which different code needs to be
used to enable pins 23-34 on the connector.
The 96BoardGPIO library abstracts the info so that it can be told
what board is being used and what pins are to be used, and the
library does the rest.
This package contains python bindings for 96BoardsGPIO.