How To Install python3-regenmaschine on Fedora 36

In this tutorial we learn how to install python3-regenmaschine in Fedora 36. python3-regenmaschine is Python API for RainMachine sprinkler controllers

Introduction

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

What is python3-regenmaschine

regenmaschine (German for “rain machine”) is a simple Python library for interacting with RainMachine smart sprinkler controllers. It gives developers an easy API to manage their controllers over their local LAN or remotely via the RainMachine cloud.

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

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

sudo dnf -y install python3-regenmaschine

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

sudo yum -y install python3-regenmaschine

How To Uninstall python3-regenmaschine on Fedora 36

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

sudo dnf remove python3-regenmaschine

python3-regenmaschine Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/regenmaschine
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/regenmaschine-3.1.5-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/regenmaschine/__init__.py
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/controller.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/controller.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/diagnostics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/diagnostics.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/program.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/program.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/provision.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/provision.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/restriction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/restriction.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/watering.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/watering.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/zone.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/regenmaschine/__pycache__/zone.cpython-310.pyc
/usr/lib/python3.10/site-packages/regenmaschine/api.py
/usr/lib/python3.10/site-packages/regenmaschine/client.py
/usr/lib/python3.10/site-packages/regenmaschine/controller.py
/usr/lib/python3.10/site-packages/regenmaschine/diagnostics.py
/usr/lib/python3.10/site-packages/regenmaschine/errors.py
/usr/lib/python3.10/site-packages/regenmaschine/parser.py
/usr/lib/python3.10/site-packages/regenmaschine/program.py
/usr/lib/python3.10/site-packages/regenmaschine/provision.py
/usr/lib/python3.10/site-packages/regenmaschine/py.typed
/usr/lib/python3.10/site-packages/regenmaschine/restriction.py
/usr/lib/python3.10/site-packages/regenmaschine/stats.py
/usr/lib/python3.10/site-packages/regenmaschine/watering.py
/usr/lib/python3.10/site-packages/regenmaschine/zone.py
/usr/share/doc/python3-regenmaschine
/usr/share/doc/python3-regenmaschine/README.md
/usr/share/licenses/python3-regenmaschine
/usr/share/licenses/python3-regenmaschine/LICENSE

References

Summary

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