How To Install openzwave on Fedora 36

In this tutorial we learn how to install openzwave in Fedora 36. openzwave is Sample Executables for OpenZWave

Introduction

In this tutorial we learn how to install openzwave on Fedora 36.

What is openzwave

OpenZWave is an open-source, cross-platform library designed to enable anyone to add support for Z-Wave home-automation devices to their applications, without requiring any in depth knowledge of the Z-Wave protocol.

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

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

sudo dnf -y install openzwave

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

sudo yum -y install openzwave

How To Uninstall openzwave on Fedora 36

To uninstall only the openzwave package we can use the following command:

sudo dnf remove openzwave

openzwave Package Contents on Fedora 36

/usr/bin/MinOZW
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/f367c594587ac63ef107dab0801a7a30eeead8

References

Summary

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