How to Install and Uninstall python2-mraa Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python2-mraa" package

Learn how to install python2-mraa on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-mraa

2. Uninstall "python2-mraa" package

In this section, we are going to explain the necessary steps to uninstall python2-mraa on openSUSE Leap:

$ sudo zypper remove python2-mraa

3. Information about the python2-mraa package on openSUSE Leap

Information for package python2-mraa:
-------------------------------------
Repository : Main Repository
Name : python2-mraa
Version : 1.8.0-bp153.1.19
Arch : x86_64
Vendor : openSUSE
Installed Size : 231,0 KiB
Installed : No
Status : not installed
Source package : mraa-1.8.0-bp153.1.19.src
Summary : Python bindings for mraa
Description :
libmraa is a C/C++ library with bindings to Java, Python and JavaScript to
interface with the IO on Galileo, Edison & other platforms, with a
structured API where port names/numbering matches the board that
you are on. Use of libmraa does not tie you to specific hardware. With board
detection done at runtime, you can create portable code that will work
across the supported platforms.
This package contains python bindings for mraa.