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

Last updated: September 21,2024

1. Install "lv2dynparam.x86_64" package

Please follow the guidelines below to install lv2dynparam.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install lv2dynparam.x86_64

2. Uninstall "lv2dynparam.x86_64" package

This tutorial shows how to uninstall lv2dynparam.x86_64 on Fedora 36:

$ sudo dnf remove lv2dynparam.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:09:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lv2dynparam
Version : 2
Release : 24.fc36
Architecture : x86_64
Size : 38 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.