How to Install and Uninstall mraa Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "mraa" package

Learn how to install mraa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install mraa

2. Uninstall "mraa" package

Please follow the steps below to uninstall mraa on openSuSE Tumbleweed:

$ sudo zypper remove mraa

3. Information about the mraa package on openSuSE Tumbleweed

Information for package mraa:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : mraa
Version : 2.2.0-2.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 91.8 KiB
Installed : No
Status : not installed
Source package : mraa-2.2.0-2.18.src
Upstream URL : https://github.com/eclipse/mraa
Summary : Low Level Skeleton Library for IO Communication
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 and sane 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.
The intent is to make it easier for developers and sensor manufacturers to
map their sensors & actuators on top of supported hardware and to allow
control of low level communication protocol by high level languages &
constructs.