How To Install libfilteraudio on Fedora 34

libfilteraudio is Lightweight audio filtering library made from webrtc code Lightweight audio filtering library made from webrtc code

Introduction

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

What is libfilteraudio

Lightweight audio filtering library made from webrtc code. libfilteraudio 0.0.1 10.fc34 x86_64 103 k libfilteraudio-0.0.1-10.fc34.src.rpm fedora Lightweight audio filtering library made from webrtc code https BSD Lightweight audio filtering library made from webrtc code.

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

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

sudo dnf -y install libfilteraudio

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

sudo yum -y install libfilteraudio

How To Uninstall libfilteraudio on Fedora 34

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

sudo dnf remove libfilteraudio

libfilteraudio Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/82906b0cb00e3a25fb98a642521cac6b9d6df5
/usr/lib/libfilteraudio.so.0
/usr/lib/libfilteraudio.so.0.0.0
/usr/share/doc/libfilteraudio
/usr/share/doc/libfilteraudio/README
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/a22259e69e0dcd6aa0d61a86642bb9a4e40492
/usr/lib64/libfilteraudio.so.0
/usr/lib64/libfilteraudio.so.0.0.0
/usr/share/doc/libfilteraudio
/usr/share/doc/libfilteraudio/README

References

Summary

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