How To Install python3-regenmaschine on Rocky Linux 8

In this tutorial we learn how to install python3-regenmaschine on Rocky Linux 8. python3-regenmaschine is Python API for RainMachine sprinkler controllers

Introduction

In this tutorial we learn how to install python3-regenmaschine on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-regenmaschine.

Install python3-regenmaschine on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove python3-regenmaschine

python3-regenmaschine Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/regenmaschine
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/regenmaschine-2.1.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/regenmaschine/__init__.py
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/api.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/controller.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/controller.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/diagnostics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/diagnostics.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/parser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/parser.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/program.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/program.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/provision.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/provision.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/restriction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/restriction.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/stats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/stats.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/watering.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/watering.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/zone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/regenmaschine/__pycache__/zone.cpython-36.pyc
/usr/lib/python3.6/site-packages/regenmaschine/api.py
/usr/lib/python3.6/site-packages/regenmaschine/client.py
/usr/lib/python3.6/site-packages/regenmaschine/controller.py
/usr/lib/python3.6/site-packages/regenmaschine/diagnostics.py
/usr/lib/python3.6/site-packages/regenmaschine/errors.py
/usr/lib/python3.6/site-packages/regenmaschine/parser.py
/usr/lib/python3.6/site-packages/regenmaschine/program.py
/usr/lib/python3.6/site-packages/regenmaschine/provision.py
/usr/lib/python3.6/site-packages/regenmaschine/restriction.py
/usr/lib/python3.6/site-packages/regenmaschine/stats.py
/usr/lib/python3.6/site-packages/regenmaschine/watering.py
/usr/lib/python3.6/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 Rocky Linux 8 using yum and dnf.