How To Install lv2-synthv1 on Fedora 36
Introduction
In this tutorial we learn how to install lv2-synthv1
on Fedora 36.
What is lv2-synthv1
An LV2 plugin of the synthv1 subtractive synthesizer
We can use yum
or dnf
to install lv2-synthv1
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lv2-synthv1.
Install lv2-synthv1 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-synthv1
using dnf
by running the following command:
sudo dnf -y install lv2-synthv1
Install lv2-synthv1 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-synthv1
using yum
by running the following command:
sudo yum -y install lv2-synthv1
How To Uninstall lv2-synthv1 on Fedora 36
To uninstall only the lv2-synthv1
package we can use the following command:
sudo dnf remove lv2-synthv1
lv2-synthv1 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/16564eb1f6b8baff231e9d19033a5723934b47
/usr/lib64/lv2/synthv1.lv2
/usr/lib64/lv2/synthv1.lv2/manifest.ttl
/usr/lib64/lv2/synthv1.lv2/synthv1.so
/usr/lib64/lv2/synthv1.lv2/synthv1.ttl
/usr/lib64/lv2/synthv1.lv2/synthv1_ui.ttl
/usr/share/doc/lv2-synthv1
/usr/share/doc/lv2-synthv1/AUTHORS
/usr/share/doc/lv2-synthv1/README
/usr/share/licenses/lv2-synthv1
/usr/share/licenses/lv2-synthv1/COPYING
References
Summary
In this tutorial we learn how to install lv2-synthv1
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).