How To Install owfs-capi on Fedora 36
Introduction
In this tutorial we learn how to install owfs-capi
on Fedora 36.
What is owfs-capi
owfs-capi library on top of libow providing an easy API to develop third-party applications to access to 1-Wire networks.
We can use yum
or dnf
to install owfs-capi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owfs-capi.
Install owfs-capi 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-capi
using dnf
by running the following command:
sudo dnf -y install owfs-capi
Install owfs-capi 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-capi
using yum
by running the following command:
sudo yum -y install owfs-capi
How To Uninstall owfs-capi on Fedora 36
To uninstall only the owfs-capi
package we can use the following command:
sudo dnf remove owfs-capi
owfs-capi Package Contents on Fedora 36
---
title: "How To Install owfs-capi on Fedora 36"
linkTitle: "owfs-capi"
type: "docs"
description: "In this tutorial we learn how to install owfs-capi in Fedora 36. owfs-capi 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-capi-featured.png
---
## Introduction
In this tutorial we learn how to install `owfs-capi` on Fedora 36.
### What is `owfs-capi`
> owfs-capi library on top of libow providing an easy API to develop third-party applications to access to 1-Wire networks.
We can use `yum` or `dnf` to install `owfs-capi` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owfs-capi.
## Install owfs-capi on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install owfs-capi
using dnf
by running the following command:
sudo dnf -y install owfs-capi
Install owfs-capi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
/usr/lib/.build-id /usr/lib/.build-id/5b /usr/lib/.build-id/5b/1699256d119952604111e73b75e4827bf10713 /usr/lib64/libowcapi-3.2.so.3 /usr/lib64/libowcapi-3.2.so.3.0.0 /usr/share/man/man1/libowcapi.1.gz /usr/share/man/man1/owcapi.1.gz
After updating yum database, We can install owfs-capi
using yum
by running the following command:
sudo yum -y install owfs-capi
How To Uninstall owfs-capi on Fedora 36
To uninstall only the owfs-capi
package we can use the following command:
sudo dnf remove owfs-capi
## References
## owfs-capi Package Contents on Fedora 36
* [owfs-capi website](http://www.owfs.org/)
## Summary
```bash
In this tutorial we learn how to install `owfs-capi` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/1f50b62ad6919e502f70562c8981a6344ec063
/usr/lib/libowcapi-3.2.so.3
/usr/lib/libowcapi-3.2.so.3.0.0
/usr/share/man/man1/libowcapi.1.gz
/usr/share/man/man1/owcapi.1.gz
References
Summary
In this tutorial we learn how to install owfs-capi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).