How To Install libFAudio on Fedora 34

libFAudio is FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries

Introduction

In this tutorial we learn how to install libFAudio on Fedora 34.

What is libFAudio

This is FAudio, an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3. libFAudio 21.06 1.fc34 x86_64 107 k FAudio-21.06-1.fc34.src.rpm updates FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries https zlib This is FAudio, an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3.

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

Install libFAudio on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libFAudio

Install libFAudio on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libFAudio using yum by running the following command:

sudo yum -y install libFAudio

How To Uninstall libFAudio on Fedora 34

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

sudo dnf remove libFAudio

libFAudio Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/50792dee7f94aa82ed5912eca9e203337d907f
/usr/lib64/libFAudio.so.0
/usr/lib64/libFAudio.so.0.21.06
/usr/share/doc/libFAudio
/usr/share/doc/libFAudio/README
/usr/share/licenses/libFAudio
/usr/share/licenses/libFAudio/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/61752350a07d043d83c472866b23680b88085f
/usr/lib/libFAudio.so.0
/usr/lib/libFAudio.so.0.21.03
/usr/share/doc/libFAudio
/usr/share/doc/libFAudio/README
/usr/share/licenses/libFAudio
/usr/share/licenses/libFAudio/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/6f5e92c2ec5de6dbc551f28b901cb40dda8a2f
/usr/lib64/libFAudio.so.0
/usr/lib64/libFAudio.so.0.21.03
/usr/share/doc/libFAudio
/usr/share/doc/libFAudio/README
/usr/share/licenses/libFAudio
/usr/share/licenses/libFAudio/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/81ab22c86ab704e8a210a945126175f3c4aa74
/usr/lib/libFAudio.so.0
/usr/lib/libFAudio.so.0.21.06
/usr/share/doc/libFAudio
/usr/share/doc/libFAudio/README
/usr/share/licenses/libFAudio
/usr/share/licenses/libFAudio/LICENSE

References

Summary

In this tutorial we learn how to install libFAudio on Fedora 34 using yum and dnf.