How To Install owfs-ownet on Fedora 36

In this tutorial we learn how to install owfs-ownet in Fedora 36. owfs-ownet is C-API to develop third-part applications which access 1-Wire networks

Introduction

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

What is owfs-ownet

owfs-ownet library provides an easy API to develop third-party applications to access to 1-Wire networks. It doesn’t depend on owlib, and only supports remote-server connections. This library doesn’t include any 1-wire adapter support, except server connections.

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

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

sudo dnf -y install owfs-ownet

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

sudo yum -y install owfs-ownet

How To Uninstall owfs-ownet on Fedora 36

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

sudo dnf remove owfs-ownet

owfs-ownet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b8/5e300bb8773efe60c9a764ac0c1b800c920686
/usr/lib64/libownet-3.2.so.3
/usr/lib64/libownet-3.2.so.3.0.0
/usr/share/man/man1/libownet.1.gz
/usr/share/man/man1/ownet.1.gz
/usr/share/man/man1/ownetapi.1.gz
/usr/share/man/man1/ownetlib.1.gz

References

Summary

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


title: “How To Install owfs-ownet on Fedora 36” linkTitle: “owfs-ownet” type: “docs” description: “In this tutorial we learn how to install owfs-ownet in Fedora 36. owfs-ownet is C-API to develop third-part applications which access 1-Wire networks” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/owfs-ownet-featured.png

Introduction

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

What is owfs-ownet

owfs-ownet library provides an easy API to develop third-party applications to access to 1-Wire networks. It doesn’t depend on owlib, and only supports remote-server connections. This library doesn’t include any 1-wire adapter support, except server connections.

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

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

sudo dnf -y install owfs-ownet

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

sudo yum -y install owfs-ownet

How To Uninstall owfs-ownet on Fedora 36

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

sudo dnf remove owfs-ownet

owfs-ownet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/5463cc0c8eb6e39d0767468d11d501667f3962
/usr/lib/libownet-3.2.so.3
/usr/lib/libownet-3.2.so.3.0.0
/usr/share/man/man1/libownet.1.gz
/usr/share/man/man1/ownet.1.gz
/usr/share/man/man1/ownetapi.1.gz
/usr/share/man/man1/ownetlib.1.gz

References

Summary

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