How To Install owfs-httpd on Fedora 36

In this tutorial we learn how to install owfs-httpd in Fedora 36. owfs-httpd is HTTP daemon providing access to 1-Wire networks

Introduction

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

What is owfs-httpd

owfs-httpd is a HTTP daemon on top of owfs providing access to 1-Wire networks.

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

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

sudo dnf -y install owfs-httpd

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

sudo yum -y install owfs-httpd

How To Uninstall owfs-httpd on Fedora 36

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

sudo dnf remove owfs-httpd

owfs-httpd Package Contents on Fedora 36

/usr/bin/owhttpd
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/8f54bf8c6e798e999af1c149d952de817d37bb
/usr/lib/systemd/system/owhttpd.service
/usr/share/man/man1/owhttpd.1.gz

References

Summary

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