How To Install slv2-devel on Fedora 36

In this tutorial we learn how to install slv2-devel in Fedora 36. slv2-devel is Development libraries and headers for slv2

Introduction

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

What is slv2-devel

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). This package contains the headers and development libraries for SLV2.

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

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

sudo dnf -y install slv2-devel

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

sudo yum -y install slv2-devel

How To Uninstall slv2-devel on Fedora 36

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

sudo dnf remove slv2-devel

slv2-devel Package Contents on Fedora 36

/usr/include/slv2
/usr/include/slv2/collections.h
/usr/include/slv2/lv2_ui.h
/usr/include/slv2/plugin.h
/usr/include/slv2/pluginclass.h
/usr/include/slv2/plugininstance.h
/usr/include/slv2/pluginui.h
/usr/include/slv2/pluginuiinstance.h
/usr/include/slv2/port.h
/usr/include/slv2/query.h
/usr/include/slv2/scalepoint.h
/usr/include/slv2/slv2.h
/usr/include/slv2/types.h
/usr/include/slv2/util.h
/usr/include/slv2/value.h
/usr/include/slv2/world.h
/usr/lib/libslv2.so
/usr/lib/pkgconfig/slv2.pc
/usr/share/doc/slv2/bc_s.png
/usr/share/doc/slv2/bdwn.png
/usr/share/doc/slv2/closed.png
/usr/share/doc/slv2/collections_8h_source.html
/usr/share/doc/slv2/dir_43ce19c2fde330572805b23b6d868e0b.html
/usr/share/doc/slv2/dir_e68e8157741866f444e17edd764ebbae.html
/usr/share/doc/slv2/doc.png
/usr/share/doc/slv2/doxygen.css
/usr/share/doc/slv2/doxygen.svg
/usr/share/doc/slv2/dynsections.js
/usr/share/doc/slv2/files.html
/usr/share/doc/slv2/folderclosed.png
/usr/share/doc/slv2/folderopen.png
/usr/share/doc/slv2/group__slv2.html
/usr/share/doc/slv2/group__slv2__collections.html
/usr/share/doc/slv2/group__slv2__data.html
/usr/share/doc/slv2/group__slv2__library.html
/usr/share/doc/slv2/group__slv2__util.html
/usr/share/doc/slv2/group__slv2__world.html
/usr/share/doc/slv2/index.html
/usr/share/doc/slv2/jquery.js
/usr/share/doc/slv2/menu.js
/usr/share/doc/slv2/menudata.js
/usr/share/doc/slv2/modules.html
/usr/share/doc/slv2/nav_f.png
/usr/share/doc/slv2/nav_g.png
/usr/share/doc/slv2/nav_h.png
/usr/share/doc/slv2/open.png
/usr/share/doc/slv2/plugin_8h_source.html
/usr/share/doc/slv2/pluginclass_8h_source.html
/usr/share/doc/slv2/plugininstance_8h_source.html
/usr/share/doc/slv2/pluginui_8h_source.html
/usr/share/doc/slv2/pluginuiinstance_8h_source.html
/usr/share/doc/slv2/port_8h_source.html
/usr/share/doc/slv2/query_8h_source.html
/usr/share/doc/slv2/scalepoint_8h_source.html
/usr/share/doc/slv2/slv2_8h_source.html
/usr/share/doc/slv2/splitbar.png
/usr/share/doc/slv2/sync_off.png
/usr/share/doc/slv2/sync_on.png
/usr/share/doc/slv2/tab_a.png
/usr/share/doc/slv2/tab_b.png
/usr/share/doc/slv2/tab_h.png
/usr/share/doc/slv2/tab_s.png
/usr/share/doc/slv2/tabs.css
/usr/share/doc/slv2/types_8h_source.html
/usr/share/doc/slv2/util_8h_source.html
/usr/share/doc/slv2/value_8h_source.html
/usr/share/doc/slv2/world_8h_source.html
/usr/share/man/man3/slv2.3.gz
/usr/share/man/man3/slv2_collections.3.gz
/usr/share/man/man3/slv2_data.3.gz
/usr/share/man/man3/slv2_library.3.gz
/usr/share/man/man3/slv2_util.3.gz
/usr/share/man/man3/slv2_world.3.gz

References

Summary

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


title: “How To Install slv2-devel on Fedora 36” linkTitle: “slv2-devel” type: “docs” description: “In this tutorial we learn how to install slv2-devel in Fedora 36. slv2-devel is Development libraries and headers for slv2” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/slv2-devel-featured.png

Introduction

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

What is slv2-devel

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). This package contains the headers and development libraries for SLV2.

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

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

sudo dnf -y install slv2-devel

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

sudo yum -y install slv2-devel

How To Uninstall slv2-devel on Fedora 36

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

sudo dnf remove slv2-devel

slv2-devel Package Contents on Fedora 36

/usr/include/slv2
/usr/include/slv2/collections.h
/usr/include/slv2/lv2_ui.h
/usr/include/slv2/plugin.h
/usr/include/slv2/pluginclass.h
/usr/include/slv2/plugininstance.h
/usr/include/slv2/pluginui.h
/usr/include/slv2/pluginuiinstance.h
/usr/include/slv2/port.h
/usr/include/slv2/query.h
/usr/include/slv2/scalepoint.h
/usr/include/slv2/slv2.h
/usr/include/slv2/types.h
/usr/include/slv2/util.h
/usr/include/slv2/value.h
/usr/include/slv2/world.h
/usr/lib64/libslv2.so
/usr/lib64/pkgconfig/slv2.pc
/usr/share/doc/slv2/bc_s.png
/usr/share/doc/slv2/bdwn.png
/usr/share/doc/slv2/closed.png
/usr/share/doc/slv2/collections_8h_source.html
/usr/share/doc/slv2/dir_43ce19c2fde330572805b23b6d868e0b.html
/usr/share/doc/slv2/dir_e68e8157741866f444e17edd764ebbae.html
/usr/share/doc/slv2/doc.png
/usr/share/doc/slv2/doxygen.css
/usr/share/doc/slv2/doxygen.svg
/usr/share/doc/slv2/dynsections.js
/usr/share/doc/slv2/files.html
/usr/share/doc/slv2/folderclosed.png
/usr/share/doc/slv2/folderopen.png
/usr/share/doc/slv2/group__slv2.html
/usr/share/doc/slv2/group__slv2__collections.html
/usr/share/doc/slv2/group__slv2__data.html
/usr/share/doc/slv2/group__slv2__library.html
/usr/share/doc/slv2/group__slv2__util.html
/usr/share/doc/slv2/group__slv2__world.html
/usr/share/doc/slv2/index.html
/usr/share/doc/slv2/jquery.js
/usr/share/doc/slv2/menu.js
/usr/share/doc/slv2/menudata.js
/usr/share/doc/slv2/modules.html
/usr/share/doc/slv2/nav_f.png
/usr/share/doc/slv2/nav_g.png
/usr/share/doc/slv2/nav_h.png
/usr/share/doc/slv2/open.png
/usr/share/doc/slv2/plugin_8h_source.html
/usr/share/doc/slv2/pluginclass_8h_source.html
/usr/share/doc/slv2/plugininstance_8h_source.html
/usr/share/doc/slv2/pluginui_8h_source.html
/usr/share/doc/slv2/pluginuiinstance_8h_source.html
/usr/share/doc/slv2/port_8h_source.html
/usr/share/doc/slv2/query_8h_source.html
/usr/share/doc/slv2/scalepoint_8h_source.html
/usr/share/doc/slv2/slv2_8h_source.html
/usr/share/doc/slv2/splitbar.png
/usr/share/doc/slv2/sync_off.png
/usr/share/doc/slv2/sync_on.png
/usr/share/doc/slv2/tab_a.png
/usr/share/doc/slv2/tab_b.png
/usr/share/doc/slv2/tab_h.png
/usr/share/doc/slv2/tab_s.png
/usr/share/doc/slv2/tabs.css
/usr/share/doc/slv2/types_8h_source.html
/usr/share/doc/slv2/util_8h_source.html
/usr/share/doc/slv2/value_8h_source.html
/usr/share/doc/slv2/world_8h_source.html
/usr/share/man/man3/slv2.3.gz
/usr/share/man/man3/slv2_collections.3.gz
/usr/share/man/man3/slv2_data.3.gz
/usr/share/man/man3/slv2_library.3.gz
/usr/share/man/man3/slv2_util.3.gz
/usr/share/man/man3/slv2_world.3.gz

References

Summary

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