How To Install libiio on Fedora 36
Introduction
In this tutorial we learn how to install libiio
on Fedora 36.
What is libiio
Library for interfacing with Linux IIO devices libiio is used to interface to Linux Industrial Input/Output (IIO) Subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers.
We can use yum
or dnf
to install libiio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiio.
Install libiio 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 libiio
using dnf
by running the following command:
sudo dnf -y install libiio
Install libiio 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 libiio
using yum
by running the following command:
sudo yum -y install libiio
How To Uninstall libiio on Fedora 36
To uninstall only the libiio
package we can use the following command:
sudo dnf remove libiio
libiio Package Contents on Fedora 36
---
title: "How To Install libiio on Fedora 36"
linkTitle: "libiio"
type: "docs"
description: "In this tutorial we learn how to install libiio in Fedora 36. libiio is Library for Industrial IO"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libiio-featured.png
---
## Introduction
In this tutorial we learn how to install `libiio` on Fedora 36.
### What is `libiio`
> Library for interfacing with Linux IIO devices libiio is used to interface to Linux Industrial Input/Output (IIO) Subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers.
We can use `yum` or `dnf` to install `libiio` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiio.
## Install libiio 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 libiio
using dnf
by running the following command:
sudo dnf -y install libiio
Install libiio 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 libiio
using yum
by running the following command:
sudo yum -y install libiio
How To Uninstall libiio on Fedora 36
To uninstall only the libiio
package we can use the following command:
sudo dnf remove libiio
libiio Package Contents on Fedora 36
/lib/udev/rules.d/90-libiio.rules /usr/lib/.build-id /usr/lib/.build-id/15 /usr/lib/.build-id/15/7da9374f86671925be5553cbb61995cf9b31da /usr/lib64/libiio.so.0 /usr/lib64/libiio.so.0.23 /usr/share/licenses/libiio /usr/share/licenses/libiio/COPYING.txt
References
Summary
In this tutorial we learn how to install libiio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/lib/udev/rules.d/90-libiio.rules /usr/lib/.build-id /usr/lib/.build-id/ef /usr/lib/.build-id/ef/646cea927e9dea8c44e41fde03575c018a5370 /usr/lib/libiio.so.0 /usr/lib/libiio.so.0.23 /usr/share/licenses/libiio /usr/share/licenses/libiio/COPYING.txt
## References
* [libiio website](https://analogdevicesinc.github.io/libiio/)
## Summary
In this tutorial we learn how to install `libiio` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).