How To Install cAudio on Fedora 34

cAudio is 3D Audio Engine Based on Openal 3D Audio Engine Based on Openal

Introduction

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

What is cAudio

cAudio is a 3D audio engine based on OpenAL. cAudio 2.3.1 16.fc34 x86_64 138 k cAudio-2.3.1-16.fc34.src.rpm fedora 3D Audio Engine Based on Openal https zlib cAudio is a 3D audio engine based on OpenAL.

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

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

sudo dnf -y install cAudio

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

sudo yum -y install cAudio

How To Uninstall cAudio on Fedora 34

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

sudo dnf remove cAudio

cAudio Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/59ae76b32849276ec17fb2648356b26543791b
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/a014ccc64b9f1bc94b7f54c7ded81b76d3e15e
/usr/lib/.build-id/da
/usr/lib/.build-id/da/af297d02abe5ebb586ac7fcd1163d228f3ba67
/usr/lib/libEAXLegacyPreset.so.2
/usr/lib/libEAXLegacyPreset.so.2.3.0
/usr/lib/libcAp_mp3Decoder.so.2
/usr/lib/libcAp_mp3Decoder.so.2.3.0
/usr/lib/libcAudio.so.2
/usr/lib/libcAudio.so.2.3.0
/usr/share/doc/cAudio
/usr/share/doc/cAudio/README.md
/usr/share/licenses/cAudio
/usr/share/licenses/cAudio/License.txt
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/c6c20571cfbe9d99ba75a78ea04fc84f6d6c1a
/usr/lib/.build-id/47
/usr/lib/.build-id/47/519bdf5fe3c9f0762ec6b7827eab672bc5753d
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/9b940ce199abe39bfb6d455137960f0e6c2523
/usr/lib64/libEAXLegacyPreset.so.2
/usr/lib64/libEAXLegacyPreset.so.2.3.0
/usr/lib64/libcAp_mp3Decoder.so.2
/usr/lib64/libcAp_mp3Decoder.so.2.3.0
/usr/lib64/libcAudio.so.2
/usr/lib64/libcAudio.so.2.3.0
/usr/share/doc/cAudio
/usr/share/doc/cAudio/README.md
/usr/share/licenses/cAudio
/usr/share/licenses/cAudio/License.txt

References

Summary

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