How To Install libiio-utils on Fedora 36

In this tutorial we learn how to install libiio-utils in Fedora 36. libiio-utils is Utilities for Industrial IO

Introduction

In this tutorial we learn how to install libiio-utils on Fedora 36.

What is libiio-utils

Utilities for accessing IIO using libiio

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

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

sudo dnf -y install libiio-utils

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

sudo yum -y install libiio-utils

How To Uninstall libiio-utils on Fedora 36

To uninstall only the libiio-utils package we can use the following command:

sudo dnf remove libiio-utils

libiio-utils Package Contents on Fedora 36

/usr/bin/iio_adi_xflow_check
/usr/bin/iio_attr
/usr/bin/iio_genxml
/usr/bin/iio_info
/usr/bin/iio_readdev
/usr/bin/iio_reg
/usr/bin/iio_stresstest
/usr/bin/iio_writedev
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/c4d5875e29eb677042cdc6a38a435657496ad5
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/b7a55ee9332b2165c505ae8736f51050dadff5
/usr/lib/.build-id/25
/usr/lib/.build-id/25/e2769b0b1d547e6f25632843b57a9fe193446a
/usr/lib/.build-id/28
/usr/lib/.build-id/28/75ef7a823a1cd3e80c32bc941dfb1581ef929a
/usr/lib/.build-id/33
/usr/lib/.build-id/33/3b95993f0a86f5164141f2683ee4cfcbc2a4be
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/900fae3d543406ea90acec0b06c102ce5cdf34
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/27b91d04f6f1bec3f6f7a7042882c1d83bb8df
/usr/lib/.build-id/db
/usr/lib/.build-id/db/d8245c9c2b8ea4882cafa0e76351c091ff678c
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/5afbf3796caa8899d8ecfd9daca13e067293eb
/usr/sbin/iiod

References

Summary

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