How To Install mraa on Fedora 36
Introduction
In this tutorial we learn how to install mraa
on Fedora 36.
What is mraa
mraa is a low level skeleton library for Industrial IO Communication and includes python, java and Node-JS bindings.
We can use yum
or dnf
to install mraa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mraa.
Install mraa on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mraa
using dnf
by running the following command:
sudo dnf -y install mraa
Install mraa on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mraa
using yum
by running the following command:
sudo yum -y install mraa
How To Uninstall mraa on Fedora 36
To uninstall only the mraa
package we can use the following command:
sudo dnf remove mraa
mraa Package Contents on Fedora 36
/usr/bin/mraa-gpio
/usr/bin/mraa-i2c
/usr/bin/mraa-uart
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/48cd49ae0116022e21af4469151cd44cf00115
/usr/lib/.build-id/13
/usr/lib/.build-id/13/e1aad6c4db6d2a5b4d1a79ebc1da7b16c4605f
/usr/lib/.build-id/25
/usr/lib/.build-id/25/1c0610a6af2e7525d69de651dab44d2d32e40f
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/3e809cc6cb84338330de45296d98f18c73d84c
/usr/lib/libmraa.so.2
/usr/lib/libmraa.so.2.2.0
/usr/share/doc/mraa
/usr/share/doc/mraa/CONTRIBUTING.md
/usr/share/doc/mraa/README.md
/usr/share/licenses/mraa
/usr/share/licenses/mraa/COPYING
References
Summary
In this tutorial we learn how to install mraa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mraa on Fedora 36” linkTitle: “mraa” type: “docs” description: “In this tutorial we learn how to install mraa in Fedora 36. mraa is A low level skeleton library for Industrial IO Communication” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mraa-featured.png
Introduction
In this tutorial we learn how to install mraa
on Fedora 36.
What is mraa
mraa is a low level skeleton library for Industrial IO Communication and includes python, java and Node-JS bindings.
We can use yum
or dnf
to install mraa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mraa.
Install mraa on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mraa
using dnf
by running the following command:
sudo dnf -y install mraa
Install mraa on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mraa
using yum
by running the following command:
sudo yum -y install mraa
How To Uninstall mraa on Fedora 36
To uninstall only the mraa
package we can use the following command:
sudo dnf remove mraa
mraa Package Contents on Fedora 36
/usr/bin/mraa-gpio
/usr/bin/mraa-i2c
/usr/bin/mraa-uart
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/b65a67ba3a0de2676b39bca2f5f5ed41a18cf0
/usr/lib/.build-id/65
/usr/lib/.build-id/65/adca344755420200fc15e96aef66c65a155e3d
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/c74dbd20664fdb3657f4bebd45136dec369eae
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/c608233e3d3c5c88abdd707c96f64dcfc98a90
/usr/lib64/libmraa.so.2
/usr/lib64/libmraa.so.2.2.0
/usr/share/doc/mraa
/usr/share/doc/mraa/CONTRIBUTING.md
/usr/share/doc/mraa/README.md
/usr/share/licenses/mraa
/usr/share/licenses/mraa/COPYING
References
Summary
In this tutorial we learn how to install mraa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).