How To Install libffado-devel on Rocky Linux 8

In this tutorial we learn how to install libffado-devel on Rocky Linux 8. libffado-devel is Free firewire audio driver library development headers

Introduction

In this tutorial we learn how to install libffado-devel on Rocky Linux 8.

What is libffado-devel

Development files needed to build applications against libffado.

We can use yum or dnf to install libffado-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libffado-devel.

Install libffado-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libffado-devel using dnf by running the following command:

sudo dnf -y install libffado-devel

Install libffado-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libffado-devel using yum by running the following command:

sudo yum -y install libffado-devel

How To Uninstall libffado-devel on Rocky Linux 8

To uninstall only the libffado-devel package we can use the following command:

sudo dnf remove libffado-devel

libffado-devel Package Contents on Rocky Linux 8

/usr/include/libffado
/usr/include/libffado/ffado.h
/usr/lib64/libffado.so
/usr/lib64/pkgconfig/libffado.pc
/usr/share/doc/libffado-devel
/usr/share/doc/libffado-devel/html
/usr/share/doc/libffado-devel/html/annotated.html
/usr/share/doc/libffado-devel/html/bc_s.png
/usr/share/doc/libffado-devel/html/bdwn.png
/usr/share/doc/libffado-devel/html/classes.html
/usr/share/doc/libffado-devel/html/closed.png
/usr/share/doc/libffado-devel/html/dir_6e8c217afbb1bb0ba4979df1f37ad8c3.html
/usr/share/doc/libffado-devel/html/doc.png
/usr/share/doc/libffado-devel/html/doxygen.css
/usr/share/doc/libffado-devel/html/doxygen.png
/usr/share/doc/libffado-devel/html/dynsections.js
/usr/share/doc/libffado-devel/html/ffado_8h.html
/usr/share/doc/libffado-devel/html/ffado_8h_source.html
/usr/share/doc/libffado-devel/html/files.html
/usr/share/doc/libffado-devel/html/folderclosed.png
/usr/share/doc/libffado-devel/html/folderopen.png
/usr/share/doc/libffado-devel/html/functions.html
/usr/share/doc/libffado-devel/html/functions_vars.html
/usr/share/doc/libffado-devel/html/globals.html
/usr/share/doc/libffado-devel/html/globals_defs.html
/usr/share/doc/libffado-devel/html/globals_enum.html
/usr/share/doc/libffado-devel/html/globals_eval.html
/usr/share/doc/libffado-devel/html/globals_func.html
/usr/share/doc/libffado-devel/html/globals_type.html
/usr/share/doc/libffado-devel/html/graph_legend.html
/usr/share/doc/libffado-devel/html/graph_legend.md5
/usr/share/doc/libffado-devel/html/graph_legend.png
/usr/share/doc/libffado-devel/html/index.html
/usr/share/doc/libffado-devel/html/index.qhp
/usr/share/doc/libffado-devel/html/jquery.js
/usr/share/doc/libffado-devel/html/menu.js
/usr/share/doc/libffado-devel/html/menudata.js
/usr/share/doc/libffado-devel/html/nav_f.png
/usr/share/doc/libffado-devel/html/nav_g.png
/usr/share/doc/libffado-devel/html/nav_h.png
/usr/share/doc/libffado-devel/html/open.png
/usr/share/doc/libffado-devel/html/splitbar.png
/usr/share/doc/libffado-devel/html/structffado__device__info-members.html
/usr/share/doc/libffado-devel/html/structffado__device__info.html
/usr/share/doc/libffado-devel/html/structffado__options-members.html
/usr/share/doc/libffado-devel/html/structffado__options.html
/usr/share/doc/libffado-devel/html/sync_off.png
/usr/share/doc/libffado-devel/html/sync_on.png
/usr/share/doc/libffado-devel/html/tab_a.png
/usr/share/doc/libffado-devel/html/tab_b.png
/usr/share/doc/libffado-devel/html/tab_h.png
/usr/share/doc/libffado-devel/html/tab_s.png
/usr/share/doc/libffado-devel/html/tabs.css

References

Summary

In this tutorial we learn how to install libffado-devel on Rocky Linux 8 using yum and dnf.