How To Install owfs-fs on Fedora 36

In this tutorial we learn how to install owfs-fs in Fedora 36. owfs-fs is Virtual file-system on top of owfs-libs providing access to 1-Wire networks

Introduction

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

What is owfs-fs

owfs-fs is a virtual file-system on top of owfs-libs providing access to 1-Wire networks.

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

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

sudo dnf -y install owfs-fs

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

sudo yum -y install owfs-fs

How To Uninstall owfs-fs on Fedora 36

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

sudo dnf remove owfs-fs

owfs-fs Package Contents on Fedora 36

/usr/bin/owfs
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/e7a4a2be2e76e268f176273bba24cf4cda61c7
/usr/lib/systemd/system/owfs.service
/usr/share/man/man1/owfs.1.gz

References

Summary

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