How To Install ladspa on Fedora 36

In this tutorial we learn how to install ladspa in Fedora 36. ladspa is Linux Audio Developer’s Simple Plug-in API, examples and tools

Introduction

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

What is ladspa

There is a large number of synthesis packages in use or development on the Linux platform at this time. The Linux Audio Developer’s Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin’ audio processors in C/C++ and link them dynamically against a range of host applications. This package contains the example plug-ins and tools from the LADSPA SDK.

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

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

sudo dnf -y install ladspa

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

sudo yum -y install ladspa

How To Uninstall ladspa on Fedora 36

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

sudo dnf remove ladspa

ladspa Package Contents on Fedora 36

/usr/bin/analyseplugin
/usr/bin/applyplugin
/usr/bin/listplugins
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/d6fca888a32cbb6c5c856e508498fc861fce60
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/be44c11a410b54eccd1908c91d190e8736a2fc
/usr/lib/.build-id/45
/usr/lib/.build-id/45/55b7a1adbd477cdf153273bbc781be02fd90f4
/usr/lib/.build-id/49
/usr/lib/.build-id/49/37eeed277fece969aead86623eec341896ef1c
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/5af987739b1ebf095d4819b9e6633ca3cad1f8
/usr/lib/.build-id/89
/usr/lib/.build-id/89/af367f623f318a7233c905ae060e63880e70ef
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/8048a950d5d944f948fb35c1da84a649532af7
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/d6292767ec7bce895a950ca77215803537c93c
/usr/lib64/ladspa
/usr/lib64/ladspa/amp.so
/usr/lib64/ladspa/delay.so
/usr/lib64/ladspa/filter.so
/usr/lib64/ladspa/noise.so
/usr/lib64/ladspa/sine.so
/usr/share/doc/ladspa
/usr/share/doc/ladspa/COPYING
/usr/share/ladspa
/usr/share/ladspa/rdf

References

Summary

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