How To Install owfs-php on Fedora 36

In this tutorial we learn how to install owfs-php in Fedora 36. owfs-php is PHP interface for the 1-wire file-system

Introduction

In this tutorial we learn how to install owfs-php on Fedora 36.

What is owfs-php

owfs-php is a php interface for the 1-wire file-system

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

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

sudo dnf -y install owfs-php

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

sudo yum -y install owfs-php

How To Uninstall owfs-php on Fedora 36

To uninstall only the owfs-php package we can use the following command:

sudo dnf remove owfs-php

owfs-php Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/1a6ffafe0327291b64320e5518aa6507ae024d
/usr/lib64/php/modules
/usr/lib64/php/modules/libowphp.so
/usr/lib64/php/modules/libowphp.so.0
/usr/lib64/php/modules/libowphp.so.0.0.0
/usr/share/php/OWNet/ownet.php

References

Summary

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