How To Install python3-pyvlx on Rocky Linux 8

In this tutorial we learn how to install python3-pyvlx on Rocky Linux 8. python3-pyvlx is Python wrapper for the Velux KLF 200 API

Introduction

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

What is python3-pyvlx

PyVLX allow you to control VELUX windows with Python. It uses the Velux KLF 200 interface to control io-Homecontrol devices, e.g., Velux Windows.

We can use yum or dnf to install python3-pyvlx on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyvlx.

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

sudo dnf -y install python3-pyvlx

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

sudo yum -y install python3-pyvlx

How To Uninstall python3-pyvlx on Rocky Linux 8

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

sudo dnf remove python3-pyvlx

python3-pyvlx Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/pyvlx
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pyvlx-0.2.17-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pyvlx/__init__.py
/usr/lib/python3.6/site-packages/pyvlx/__pycache__
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/activate_scene.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/activate_scene.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/alias_array.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/alias_array.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/api_event.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/api_event.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/command_send.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/command_send.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/const.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/const.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/exception.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/exception.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/frame_creation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/frame_creation.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_all_nodes_information.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_all_nodes_information.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_node_information.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_node_information.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_protocol_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_protocol_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_scene_list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_scene_list.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/get_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/heartbeat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/heartbeat.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/house_status_monitor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/house_status_monitor.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/lightening_device.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/lightening_device.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/login.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/login.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node_helper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node_helper.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node_updater.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/node_updater.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/nodes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/nodes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/on_off_switch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/on_off_switch.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/opening_device.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/opening_device.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/parameter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/parameter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/pyvlx.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/pyvlx.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/reboot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/reboot.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/scene.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/scene.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/scenes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/scenes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/session_id.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/session_id.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/set_node_name.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/set_node_name.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/set_utc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/set_utc.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/slip.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/slip.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/string_helper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/__pycache__/string_helper.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/activate_scene.py
/usr/lib/python3.6/site-packages/pyvlx/alias_array.py
/usr/lib/python3.6/site-packages/pyvlx/api_event.py
/usr/lib/python3.6/site-packages/pyvlx/command_send.py
/usr/lib/python3.6/site-packages/pyvlx/config.py
/usr/lib/python3.6/site-packages/pyvlx/connection.py
/usr/lib/python3.6/site-packages/pyvlx/const.py
/usr/lib/python3.6/site-packages/pyvlx/exception.py
/usr/lib/python3.6/site-packages/pyvlx/frame_creation.py
/usr/lib/python3.6/site-packages/pyvlx/frames
/usr/lib/python3.6/site-packages/pyvlx/frames/__init__.py
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_activate_scene.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_activate_scene.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_activation_log_updated.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_activation_log_updated.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_command_send.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_command_send.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_discover_nodes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_discover_nodes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_error_notification.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_error_notification.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_all_nodes_information.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_all_nodes_information.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_node_information.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_node_information.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_protocol_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_protocol_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_scene_list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_scene_list.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_get_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_helper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_helper.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_disable_cfm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_disable_cfm.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_disable_req.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_disable_req.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_enable_cfm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_enable_cfm.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_enable_req.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_house_status_monitor_enable_req.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_node_information_changed.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_node_information_changed.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_node_state_position_changed_notification.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_node_state_position_changed_notification.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_password_enter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_password_enter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_reboot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_reboot.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_node_name.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_node_name.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_utc_cfm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_utc_cfm.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_utc_req.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/__pycache__/frame_set_utc_req.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyvlx/frames/frame.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_activate_scene.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_activation_log_updated.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_command_send.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_discover_nodes.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_error_notification.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_all_nodes_information.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_node_information.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_protocol_version.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_scene_list.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_state.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_get_version.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_helper.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_house_status_monitor_disable_cfm.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_house_status_monitor_disable_req.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_house_status_monitor_enable_cfm.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_house_status_monitor_enable_req.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_node_information_changed.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_node_state_position_changed_notification.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_password_enter.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_reboot.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_set_node_name.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_set_utc_cfm.py
/usr/lib/python3.6/site-packages/pyvlx/frames/frame_set_utc_req.py
/usr/lib/python3.6/site-packages/pyvlx/get_all_nodes_information.py
/usr/lib/python3.6/site-packages/pyvlx/get_node_information.py
/usr/lib/python3.6/site-packages/pyvlx/get_protocol_version.py
/usr/lib/python3.6/site-packages/pyvlx/get_scene_list.py
/usr/lib/python3.6/site-packages/pyvlx/get_state.py
/usr/lib/python3.6/site-packages/pyvlx/get_version.py
/usr/lib/python3.6/site-packages/pyvlx/heartbeat.py
/usr/lib/python3.6/site-packages/pyvlx/house_status_monitor.py
/usr/lib/python3.6/site-packages/pyvlx/lightening_device.py
/usr/lib/python3.6/site-packages/pyvlx/log.py
/usr/lib/python3.6/site-packages/pyvlx/login.py
/usr/lib/python3.6/site-packages/pyvlx/node.py
/usr/lib/python3.6/site-packages/pyvlx/node_helper.py
/usr/lib/python3.6/site-packages/pyvlx/node_updater.py
/usr/lib/python3.6/site-packages/pyvlx/nodes.py
/usr/lib/python3.6/site-packages/pyvlx/on_off_switch.py
/usr/lib/python3.6/site-packages/pyvlx/opening_device.py
/usr/lib/python3.6/site-packages/pyvlx/parameter.py
/usr/lib/python3.6/site-packages/pyvlx/pyvlx.py
/usr/lib/python3.6/site-packages/pyvlx/reboot.py
/usr/lib/python3.6/site-packages/pyvlx/scene.py
/usr/lib/python3.6/site-packages/pyvlx/scenes.py
/usr/lib/python3.6/site-packages/pyvlx/session_id.py
/usr/lib/python3.6/site-packages/pyvlx/set_node_name.py
/usr/lib/python3.6/site-packages/pyvlx/set_utc.py
/usr/lib/python3.6/site-packages/pyvlx/slip.py
/usr/lib/python3.6/site-packages/pyvlx/string_helper.py
/usr/share/doc/python3-pyvlx
/usr/share/doc/python3-pyvlx/README.md
/usr/share/licenses/python3-pyvlx
/usr/share/licenses/python3-pyvlx/LICENSE

References

Summary

In this tutorial we learn how to install python3-pyvlx on Rocky Linux 8 using yum and dnf.