How To Install vamp-plugin-sdk-static on Fedora 36

In this tutorial we learn how to install vamp-plugin-sdk-static in Fedora 36. vamp-plugin-sdk-static is Static libraries for vamp-plugin-sdk

Introduction

In this tutorial we learn how to install vamp-plugin-sdk-static on Fedora 36.

What is vamp-plugin-sdk-static

The vamp-plugin-sdk-static package contains library files for developing static applications that use vamp-plugin-sdk.

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

Install vamp-plugin-sdk-static 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 vamp-plugin-sdk-static using dnf by running the following command:

sudo dnf -y install vamp-plugin-sdk-static

Install vamp-plugin-sdk-static 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 vamp-plugin-sdk-static using yum by running the following command:

sudo yum -y install vamp-plugin-sdk-static

How To Uninstall vamp-plugin-sdk-static on Fedora 36

To uninstall only the vamp-plugin-sdk-static package we can use the following command:

sudo dnf remove vamp-plugin-sdk-static

vamp-plugin-sdk-static Package Contents on Fedora 36

---
title: "How To Install vamp-plugin-sdk-static on Fedora 36"
linkTitle: "vamp-plugin-sdk-static"
type: "docs"
description: "In this tutorial we learn how to install vamp-plugin-sdk-static in Fedora 36. vamp-plugin-sdk-static is Static libraries for vamp-plugin-sdk"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/vamp-plugin-sdk-static-featured.png
---

## Introduction

In this tutorial we learn how to install `vamp-plugin-sdk-static` on Fedora 36.

### What is `vamp-plugin-sdk-static`

> The vamp-plugin-sdk-static package contains library files for developing static applications that use vamp-plugin-sdk.  

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

## Install vamp-plugin-sdk-static on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh

/usr/lib/libvamp-hostsdk.a /usr/lib/libvamp-sdk.a

After updating yum database, We can install vamp-plugin-sdk-static using dnf by running the following command:

sudo dnf -y install vamp-plugin-sdk-static


## References
## Install vamp-plugin-sdk-static on Fedora 36 Using yum


* [vamp-plugin-sdk-static website](https://vamp-plugins.org/)

Update yum database with `yum` using the following command.
## Summary


```bash
sudo yum makecache --refresh
In this tutorial we learn how to install `vamp-plugin-sdk-static` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

After updating yum database, We can install vamp-plugin-sdk-static using yum by running the following command:

sudo yum -y install vamp-plugin-sdk-static

How To Uninstall vamp-plugin-sdk-static on Fedora 36

To uninstall only the vamp-plugin-sdk-static package we can use the following command:

sudo dnf remove vamp-plugin-sdk-static

vamp-plugin-sdk-static Package Contents on Fedora 36

/usr/lib64/libvamp-hostsdk.a
/usr/lib64/libvamp-sdk.a

References

Summary

In this tutorial we learn how to install vamp-plugin-sdk-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).