How To Install python3-pymata-express on Fedora 36

In this tutorial we learn how to install python3-pymata-express in Fedora 36. python3-pymata-express is Python Protocol Abstraction Library For Arduino Firmata

Introduction

In this tutorial we learn how to install python3-pymata-express on Fedora 36.

What is python3-pymata-express

Pymata-Express is a Firmata client that allows you to control an Arduino using the high-performance FirmataExpress sketch. It uses a conventional Python API for those that do not need or wish to use the asyncio programming paradigm of pymata-express.

We can use yum or dnf to install python3-pymata-express on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pymata-express.

Install python3-pymata-express 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 python3-pymata-express using dnf by running the following command:

sudo dnf -y install python3-pymata-express

Install python3-pymata-express 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 python3-pymata-express using yum by running the following command:

sudo yum -y install python3-pymata-express

How To Uninstall python3-pymata-express on Fedora 36

To uninstall only the python3-pymata-express package we can use the following command:

sudo dnf remove python3-pymata-express

python3-pymata-express Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pymata_express
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pymata_express-1.21-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pymata_express/__init__.py
/usr/lib/python3.10/site-packages/pymata_express/__pycache__
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pin_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pin_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/private_constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/private_constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express_serial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express_serial.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express_socket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymata_express/__pycache__/pymata_express_socket.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymata_express/pin_data.py
/usr/lib/python3.10/site-packages/pymata_express/private_constants.py
/usr/lib/python3.10/site-packages/pymata_express/pymata_express.py
/usr/lib/python3.10/site-packages/pymata_express/pymata_express_serial.py
/usr/lib/python3.10/site-packages/pymata_express/pymata_express_socket.py
/usr/share/doc/python3-pymata-express
/usr/share/doc/python3-pymata-express/README.md
/usr/share/licenses/python3-pymata-express
/usr/share/licenses/python3-pymata-express/license.txt

References

Summary

In this tutorial we learn how to install python3-pymata-express on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).