How To Install ladspa-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install ladspa-devel.x86_64 on Amazon Linux 2.
What is ladspa-devel.x86_64
ladspa-devel contains the ladspa.h header file. Definitive technical documentation on LADSPA plug-ins for both the host and plug-in is contained within copious comments within the ladspa.h header file.
We can use yum to install ladspa-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ladspa-devel.x86_64.
Install ladspa-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ladspa-devel.x86_64 using yum by running the following command:
sudo yum -y install ladspa-devel.x86_64
How To Uninstall ladspa-devel.x86_64 on Amazon Linux 2
To uninstall only the ladspa-devel.x86_64 package we can use the following command:
sudo yum remove ladspa-devel.x86_64
ladspa-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/ladspa.h
/usr/share/doc/ladspa-devel-1.13
/usr/share/doc/ladspa-devel-1.13/background.html
/usr/share/doc/ladspa-devel-1.13/changes.html
/usr/share/doc/ladspa-devel-1.13/download.html
/usr/share/doc/ladspa-devel-1.13/example_plugins.html
/usr/share/doc/ladspa-devel-1.13/index.html
/usr/share/doc/ladspa-devel-1.13/installation.html
/usr/share/doc/ladspa-devel-1.13/license.html
/usr/share/doc/ladspa-devel-1.13/overview.html
/usr/share/doc/ladspa-devel-1.13/shared_plugins.html
/usr/share/doc/ladspa-devel-1.13/unique_ids.html
References
Summary
In this tutorial we learn how to install ladspa-devel.x86_64 on Amazon Linux 2 using yum.