How To Install ladspa-fil-plugins on Fedora 36

In this tutorial we learn how to install ladspa-fil-plugins in Fedora 36. ladspa-fil-plugins is LADSPA Filter plugins

Introduction

In this tutorial we learn how to install ladspa-fil-plugins on Fedora 36.

What is ladspa-fil-plugins

There is one plugin in this first release, a four-band parametric equaliser. Each section has an active/bypass switch, frequency, bandwidth and gain controls. There is also a global bypass switch and gain control.

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

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

sudo dnf -y install ladspa-fil-plugins

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

sudo yum -y install ladspa-fil-plugins

How To Uninstall ladspa-fil-plugins on Fedora 36

To uninstall only the ladspa-fil-plugins package we can use the following command:

sudo dnf remove ladspa-fil-plugins

ladspa-fil-plugins Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/031437a22d0c63119ee2149b8ce0879430f5be
/usr/lib64/ladspa/filters.so
/usr/share/doc/ladspa-fil-plugins
/usr/share/doc/ladspa-fil-plugins/AUTHORS
/usr/share/doc/ladspa-fil-plugins/README
/usr/share/licenses/ladspa-fil-plugins
/usr/share/licenses/ladspa-fil-plugins/COPYING

References

Summary

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