How to Install and Uninstall lv2-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 10,2025

1. Install "lv2-devel.x86_64" package

This tutorial shows how to install lv2-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install lv2-devel.x86_64

2. Uninstall "lv2-devel.x86_64" package

Please follow the step by step instructions below to uninstall lv2-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove lv2-devel.x86_64 $ sudo dnf autoremove

3. Information about the lv2-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:48:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lv2-devel
Version : 1.18.8
Release : 4.el9
Architecture : x86_64
Size : 112 k
Source : lv2-1.18.8-4.el9.src.rpm
Repository : epel
Summary : API for the LV2 Audio Plugin Standard
URL : https://lv2plug.in
License : ISC
Description : lv2-devel contains the lv2.h header file and headers for all of the
: LV2 specification extensions and bundles.
:
: Definitive technical documentation on LV2 plug-ins for both the host
: and plug-in is contained within copious comments within the lv2.h
: header file.