How To Install slv2 on Fedora 36

In this tutorial we learn how to install slv2 in Fedora 36. slv2 is LV2 host library

Introduction

In this tutorial we learn how to install slv2 on Fedora 36.

What is slv2

SLV2 is a library to make the use of LV2 plugins as simple as possible for applications. It is written in standard C using the Redland RDF toolkit. The Data (RDF) and code (shared library) functionality in SLV2 is strictly separated so it is simple to control where each is used (e.g. it is possible to discover/investigate plugins and related data without loading any shared libraries, avoiding the associated risks).

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

Install slv2 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 slv2 using dnf by running the following command:

sudo dnf -y install slv2

Install slv2 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 slv2 using yum by running the following command:

sudo yum -y install slv2

How To Uninstall slv2 on Fedora 36

To uninstall only the slv2 package we can use the following command:

sudo dnf remove slv2

slv2 Package Contents on Fedora 36

---
title: "How To Install slv2 on Fedora 36"
linkTitle: "slv2"
type: "docs"
description: "In this tutorial we learn how to install slv2 in Fedora 36. slv2 is LV2 host library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/slv2-featured.png
---

## Introduction

In this tutorial we learn how to install `slv2` on Fedora 36.

### What is `slv2`

> SLV2 is a library to make the use of LV2 plugins as simple as possible for applications. It is written in standard C using the Redland RDF toolkit. The Data (RDF) and code (shared library) functionality in SLV2 is strictly separated so it is simple to control where each is used (e.g. it is possible to discover/investigate plugins and related data without loading any shared libraries, avoiding the associated risks).  

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

## Install slv2 on Fedora 36 Using dnf
/usr/bin/lv2_inspect
/usr/bin/lv2_jack_host
/usr/bin/lv2_list
/usr/bin/lv2_simple_jack_host
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/fb5249e14595d2f0922003974e6289578eacb2
/usr/lib/.build-id/81
/usr/lib/.build-id/81/85a486afdbd83bd269520f258a79115ec90667
/usr/lib/.build-id/90
/usr/lib/.build-id/90/6ee00b53c7b8a18133a358ed2cd992f0d3dfbd
/usr/lib/.build-id/99
/usr/lib/.build-id/99/54d457adb3ed19964e72c63a631f754c4b7430
/usr/lib/.build-id/df
/usr/lib/.build-id/df/fb207799b740d166825bef8c1614e47809c9ae
/usr/lib64/libslv2.so.9
/usr/lib64/libslv2.so.9.2.0
/usr/share/doc/slv2
/usr/share/doc/slv2/AUTHORS
/usr/share/doc/slv2/COPYING
/usr/share/doc/slv2/ChangeLog
/usr/share/doc/slv2/README
/usr/share/man/man1/lv2_inspect.1.gz
/usr/share/man/man1/lv2_jack_host.1.gz
/usr/share/man/man1/lv2_list.1.gz
/usr/share/man/man1/lv2_simple_jack_host.1.gz

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

```bash
sudo dnf makecache --refresh

After updating yum database, We can install slv2 using dnf by running the following command:

sudo dnf -y install slv2


## References
## Install slv2 on Fedora 36 Using yum


* [slv2 website](http://drobilla.net/software/slv2/)
Update yum database with `yum` using the following command.


## Summary
```bash

sudo yum makecache --refresh

In this tutorial we learn how to install slv2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

After updating yum database, We can install slv2 using yum by running the following command:

sudo yum -y install slv2

How To Uninstall slv2 on Fedora 36

To uninstall only the slv2 package we can use the following command:

sudo dnf remove slv2

slv2 Package Contents on Fedora 36

/usr/bin/lv2_inspect
/usr/bin/lv2_jack_host
/usr/bin/lv2_list
/usr/bin/lv2_simple_jack_host
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/df91ab302a6b841e5ab9f9f737fbfec50663dc
/usr/lib/.build-id/75
/usr/lib/.build-id/75/279335e8fecf6dfa6100653df1a0285305d335
/usr/lib/.build-id/79
/usr/lib/.build-id/79/9ef72f3182231f31710023a1bc9b5b0b10bcf9
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/ff65802506c4c914d17a2fd5ea1b44d0cef18d
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/7368f5a23a6c7a08786f24d1175c8e448d7758
/usr/lib/libslv2.so.9
/usr/lib/libslv2.so.9.2.0
/usr/share/doc/slv2
/usr/share/doc/slv2/AUTHORS
/usr/share/doc/slv2/COPYING
/usr/share/doc/slv2/ChangeLog
/usr/share/doc/slv2/README
/usr/share/man/man1/lv2_inspect.1.gz
/usr/share/man/man1/lv2_jack_host.1.gz
/usr/share/man/man1/lv2_list.1.gz
/usr/share/man/man1/lv2_simple_jack_host.1.gz

References

Summary

In this tutorial we learn how to install slv2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).