How to Install and Uninstall lv2dynparam.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "lv2dynparam.i686" package

This is a short guide on how to install lv2dynparam.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install lv2dynparam.i686

2. Uninstall "lv2dynparam.i686" package

In this section, we are going to explain the necessary steps to uninstall lv2dynparam.i686 on Fedora 36:

$ sudo dnf remove lv2dynparam.i686 $ sudo dnf autoremove

3. Information about the lv2dynparam.i686 package on Fedora 36

Last metadata expiration check: 4:46:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lv2dynparam
Version : 2
Release : 24.fc36
Architecture : i686
Size : 40 k
Source : lv2dynparam-2-24.fc36.src.rpm
Repository : fedora
Summary : LV2 dynamic parameters extension
URL : http://home.gna.org/lv2dynparam/
License : GPLv2
Description : lv2dynparam is a LV2 plugin interface extension that enables plugin parameters
: to appear and disappear (i.e. number of voices). It also allows nested grouping
: of parameters. Groups can be used for things like ADSR abstraction, i.e. group
: of 4 float parameters.
:
: The extension should be suitable for all plugins that expose many and/or
: complex data types, like samplers, non-trivial synths, etc.