How To Install ladspa-rev-plugins on Fedora 36

In this tutorial we learn how to install ladspa-rev-plugins in Fedora 36. ladspa-rev-plugins is A reverberation plugin for LADSPA

Introduction

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

What is ladspa-rev-plugins

This reverb is based on gverb by Juhana Sadeharju, but the code (now C++) is entirely original. I added a second input for stereo operation, and some code to prevent FP denormalisation. This is a preliminary release, and this plugin will probably change a lot in future versions.

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

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

sudo dnf -y install ladspa-rev-plugins

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

sudo yum -y install ladspa-rev-plugins

How To Uninstall ladspa-rev-plugins on Fedora 36

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

sudo dnf remove ladspa-rev-plugins

ladspa-rev-plugins Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/8ff577296e915aac15ac4b5439ef6a0db54278
/usr/lib64/ladspa/g2reverb.so
/usr/share/doc/ladspa-rev-plugins
/usr/share/doc/ladspa-rev-plugins/AUTHORS
/usr/share/doc/ladspa-rev-plugins/README
/usr/share/licenses/ladspa-rev-plugins
/usr/share/licenses/ladspa-rev-plugins/COPYING

References

Summary

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