How To Install ladspa-cmt-plugins on Fedora 36

In this tutorial we learn how to install ladspa-cmt-plugins in Fedora 36. ladspa-cmt-plugins is A collection of LADSPA plugins

Introduction

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

What is ladspa-cmt-plugins

The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for use with software synthesis and recording packages on Linux. See the license before use. The CMT is developed primarily by Richard W.E. Furse the principle designer of the LADSPA standard, with additional plugins by Jezar and David Bartold. If you are a programmer or can write documentation and would like to help out, please feel free to contact Richard.

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

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

sudo dnf -y install ladspa-cmt-plugins

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

sudo yum -y install ladspa-cmt-plugins

How To Uninstall ladspa-cmt-plugins on Fedora 36

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

sudo dnf remove ladspa-cmt-plugins

ladspa-cmt-plugins Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/3a097d41531e114d630d0b68a9093226ac7a7c
/usr/lib64/ladspa/cmt.so
/usr/share/doc/ladspa-cmt-plugins
/usr/share/doc/ladspa-cmt-plugins/README
/usr/share/doc/ladspa-cmt-plugins/adding_plugins.html
/usr/share/doc/ladspa-cmt-plugins/bugs.html
/usr/share/doc/ladspa-cmt-plugins/changes.html
/usr/share/doc/ladspa-cmt-plugins/index.html
/usr/share/doc/ladspa-cmt-plugins/installation.html
/usr/share/doc/ladspa-cmt-plugins/license.html
/usr/share/doc/ladspa-cmt-plugins/overview.html
/usr/share/doc/ladspa-cmt-plugins/plugins.html
/usr/share/doc/ladspa-cmt-plugins/tasks.html
/usr/share/ladspa/rdf/cmt.rdf
/usr/share/licenses/ladspa-cmt-plugins
/usr/share/licenses/ladspa-cmt-plugins/COPYING

References

Summary

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