How To Install lv2-c++-tools on Fedora 36

In this tutorial we learn how to install lv2-c++-tools in Fedora 36. lv2-c++-tools is Support library for writing LV2 plugins in C++

Introduction

In this tutorial we learn how to install lv2-c++-tools on Fedora 36.

What is lv2-c++-tools

This software package contains libraries and programs that should make it easier to write LV2 plugins in C++.

We can use yum or dnf to install lv2-c++-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lv2-c++-tools.

Install lv2-c++-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install lv2-c++-tools using dnf by running the following command:

sudo dnf -y install lv2-c++-tools

Install lv2-c++-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lv2-c++-tools using yum by running the following command:

sudo yum -y install lv2-c++-tools

How To Uninstall lv2-c++-tools on Fedora 36

To uninstall only the lv2-c++-tools package we can use the following command:

sudo dnf remove lv2-c++-tools

lv2-c++-tools Package Contents on Fedora 36

---
title: "How To Install lv2-c++-tools on Fedora 36"
linkTitle: "lv2-c++-tools"
type: "docs"
description: "In this tutorial we learn how to install lv2-c++-tools in Fedora 36. lv2-c++-tools is Support library for writing LV2 plugins in C++"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lv2-c++-tools-featured.png
---

## Introduction

In this tutorial we learn how to install `lv2-c++-tools` on Fedora 36.

### What is `lv2-c++-tools`

> This software package contains libraries and programs that should make it easier to write LV2 plugins in C++.  

We can use `yum` or `dnf` to install `lv2-c++-tools` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lv2-c++-tools.

## Install lv2-c++-tools on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install lv2-c++-tools using dnf by running the following command:

sudo dnf -y install lv2-c++-tools

Install lv2-c++-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lv2-c++-tools using yum by running the following command:

sudo yum -y install lv2-c++-tools

How To Uninstall lv2-c++-tools on Fedora 36

To uninstall only the lv2-c++-tools package we can use the following command:

sudo dnf remove lv2-c++-tools

lv2-c++-tools Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/c03f402054106679fef60d87efaae67e7cfd61
/usr/lib/libpaq.so.0
/usr/lib/libpaq.so.0.0.0
/usr/share/doc/lv2-c++-tools
/usr/share/doc/lv2-c++-tools/AUTHORS
/usr/share/doc/lv2-c++-tools/ChangeLog
/usr/share/doc/lv2-c++-tools/README
/usr/share/licenses/lv2-c++-tools
/usr/share/licenses/lv2-c++-tools/COPYING

References

Summary

In this tutorial we learn how to install lv2-c++-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/7a2374815262988bef8a709a12251e0a1d1bed /usr/lib64/libpaq.so.0 /usr/lib64/libpaq.so.0.0.0 /usr/share/doc/lv2-c++-tools /usr/share/doc/lv2-c++-tools/AUTHORS /usr/share/doc/lv2-c++-tools/ChangeLog /usr/share/doc/lv2-c++-tools/README /usr/share/licenses/lv2-c++-tools /usr/share/licenses/lv2-c++-tools/COPYING


## References

* [lv2-c++-tools website](http://ll-plugins.nongnu.org/hacking.html)

## Summary

In this tutorial we learn how to install `lv2-c++-tools` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).