How to Install and Uninstall lv2.x86_64 Package on Fedora 35

Last updated: October 02,2024

1. Install "lv2.x86_64" package

In this section, we are going to explain the necessary steps to install lv2.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install lv2.x86_64

2. Uninstall "lv2.x86_64" package

Here is a brief guide to show you how to uninstall lv2.x86_64 on Fedora 35:

$ sudo dnf remove lv2.x86_64 $ sudo dnf autoremove

3. Information about the lv2.x86_64 package on Fedora 35

Last metadata expiration check: 3:49:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : lv2
Version : 1.18.2
Release : 1.fc35
Architecture : x86_64
Size : 94 k
Source : lv2-1.18.2-1.fc35.src.rpm
Repository : updates
Summary : Audio Plugin Standard
URL : http://lv2plug.in
License : ISC
Description : LV2 is a standard for plugins and matching host applications, mainly
: targeted at audio processing and generation.
:
: There are a large number of open source and free software synthesis
: packages in use or development at this time. This API ('LV2') attempts
: to give programmers the ability to write simple 'plugin' audio
: processors in C/C++ and link them dynamically ('plug') into a range of
: these packages ('hosts'). It should be possible for any host and any
: plugin to communicate completely through this interface.
:
: LV2 is a successor to LADSPA, created to address the limitations of
: LADSPA which many hosts have outgrown.