How to Install and Uninstall lv2.i686 Package on Fedora 39

Last updated: September 23,2024

1. Install "lv2.i686" package

This guide let you learn how to install lv2.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install lv2.i686

2. Uninstall "lv2.i686" package

Please follow the guidance below to uninstall lv2.i686 on Fedora 39:

$ sudo dnf remove lv2.i686 $ sudo dnf autoremove

3. Information about the lv2.i686 package on Fedora 39

Last metadata expiration check: 2:17:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : lv2
Version : 1.18.8
Release : 6.fc39
Architecture : i686
Size : 105 k
Source : lv2-1.18.8-6.fc39.src.rpm
Repository : fedora
Summary : Audio Plugin Standard
URL : https://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.