How To Install lilv on Fedora 36
Introduction
In this tutorial we learn how to install lilv
on Fedora 36.
What is lilv
An LV2 Resource Description Framework Library http MIT lilv is a library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies.
We can use yum
or dnf
to install lilv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lilv.
Install lilv 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 lilv
using dnf
by running the following command:
sudo dnf -y install lilv
Install lilv 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 lilv
using yum
by running the following command:
sudo yum -y install lilv
How To Uninstall lilv on Fedora 36
To uninstall only the lilv
package we can use the following command:
sudo dnf remove lilv
lilv Package Contents on Fedora 36
/etc/bash_completion.d/lilv
/usr/bin/lilv-bench
/usr/bin/lv2apply
/usr/bin/lv2bench
/usr/bin/lv2info
/usr/bin/lv2ls
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/56171e0e6a0bd5f85f1471b8ef720145dfb94f
/usr/lib/.build-id/47
/usr/lib/.build-id/47/661f6d29d0667c886f95f8eb44c5773d99cb1b
/usr/lib/.build-id/78
/usr/lib/.build-id/78/e51a41516503153358f1909f501f26c361ec25
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/3b39b11c1d645949fdd2959c4ed831ecbabac2
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/7aa1b351564cfc703efb0dabc8b7bfc37b1bb6
/usr/share/man/man1/lv2apply.1.gz
/usr/share/man/man1/lv2info.1.gz
/usr/share/man/man1/lv2ls.1.gz
References
Summary
In this tutorial we learn how to install lilv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).