How To Install libFAudio-devel on Fedora 36

In this tutorial we learn how to install libFAudio-devel in Fedora 36. libFAudio-devel is Development files for the FAudio library

Introduction

In this tutorial we learn how to install libFAudio-devel on Fedora 36.

What is libFAudio-devel

Development files for the FAudio library.

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

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

sudo dnf -y install libFAudio-devel

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

sudo yum -y install libFAudio-devel

How To Uninstall libFAudio-devel on Fedora 36

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

sudo dnf remove libFAudio-devel

libFAudio-devel Package Contents on Fedora 36

---
title: "How To Install libFAudio-devel on Fedora 36"
linkTitle: "libFAudio-devel"
type: "docs"
description: "In this tutorial we learn how to install libFAudio-devel in Fedora 36. libFAudio-devel is Development files for the FAudio library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libFAudio-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libFAudio-devel` on Fedora 36.

### What is `libFAudio-devel`

> Development files for the FAudio library.  

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

## Install libFAudio-devel 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 libFAudio-devel using dnf by running the following command:

sudo dnf -y install libFAudio-devel

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

sudo yum -y install libFAudio-devel

How To Uninstall libFAudio-devel on Fedora 36

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

sudo dnf remove libFAudio-devel

libFAudio-devel Package Contents on Fedora 36

/usr/include/F3DAudio.h
/usr/include/FACT.h
/usr/include/FACT3D.h
/usr/include/FAPO.h
/usr/include/FAPOBase.h
/usr/include/FAPOFX.h
/usr/include/FAudio.h
/usr/include/FAudioFX.h
/usr/lib/cmake/FAudio
/usr/lib/cmake/FAudio/FAudio-targets-release.cmake
/usr/lib/cmake/FAudio/FAudio-targets.cmake
/usr/lib/cmake/FAudio/FAudioConfig.cmake
/usr/lib/libFAudio.so
/usr/lib/pkgconfig/FAudio.pc

References

Summary

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

/usr/include/F3DAudio.h /usr/include/FACT.h /usr/include/FACT3D.h /usr/include/FAPO.h /usr/include/FAPOBase.h /usr/include/FAPOFX.h /usr/include/FAudio.h /usr/include/FAudioFX.h /usr/lib64/cmake/FAudio /usr/lib64/cmake/FAudio/FAudio-targets-release.cmake /usr/lib64/cmake/FAudio/FAudio-targets.cmake /usr/lib64/cmake/FAudio/FAudioConfig.cmake /usr/lib64/libFAudio.so /usr/lib64/pkgconfig/FAudio.pc


## References

* [libFAudio-devel website](https://fna-xna.github.io/)

## Summary

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