How To Install lv2-ir-plugins on Fedora 36
Introduction
In this tutorial we learn how to install lv2-ir-plugins
on Fedora 36.
What is lv2-ir-plugins
IR is a low-latency, real time, high performance signal convolver especially for creating reverb effects. Supports impulse responses with 1, 2 or 4 channels, in any sound file format supported by libsndfile.
We can use yum
or dnf
to install lv2-ir-plugins
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lv2-ir-plugins.
Install lv2-ir-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 lv2-ir-plugins
using dnf
by running the following command:
sudo dnf -y install lv2-ir-plugins
Install lv2-ir-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 lv2-ir-plugins
using yum
by running the following command:
sudo yum -y install lv2-ir-plugins
How To Uninstall lv2-ir-plugins on Fedora 36
To uninstall only the lv2-ir-plugins
package we can use the following command:
sudo dnf remove lv2-ir-plugins
lv2-ir-plugins Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/32a364ccfd5552e58840d99a54ad546a43b4b2
/usr/lib/.build-id/82
/usr/lib/.build-id/82/e93c92015d40b3e224c15616eb94bac78a8beb
/usr/lib64/lv2/ir.lv2
/usr/lib64/lv2/ir.lv2/ir.so
/usr/lib64/lv2/ir.lv2/ir.ttl
/usr/lib64/lv2/ir.lv2/ir_gui.so
/usr/lib64/lv2/ir.lv2/manifest.ttl
/usr/share/doc/lv2-ir-plugins
/usr/share/doc/lv2-ir-plugins/ChangeLog
/usr/share/doc/lv2-ir-plugins/README.md
/usr/share/licenses/lv2-ir-plugins
/usr/share/licenses/lv2-ir-plugins/COPYING
References
Summary
In this tutorial we learn how to install lv2-ir-plugins
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).