How To Install vapoursynth-libs on Fedora 36

In this tutorial we learn how to install vapoursynth-libs in Fedora 36. vapoursynth-libs is VapourSynth’s core library with a C++ API

Introduction

In this tutorial we learn how to install vapoursynth-libs on Fedora 36.

What is vapoursynth-libs

VapourSynth’s core library with a C++ API.

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

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

sudo dnf -y install vapoursynth-libs

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

sudo yum -y install vapoursynth-libs

How To Uninstall vapoursynth-libs on Fedora 36

To uninstall only the vapoursynth-libs package we can use the following command:

sudo dnf remove vapoursynth-libs

vapoursynth-libs Package Contents on Fedora 36

---
title: "How To Install vapoursynth-libs on Fedora 36"
linkTitle: "vapoursynth-libs"
type: "docs"
description: "In this tutorial we learn how to install vapoursynth-libs in Fedora 36. vapoursynth-libs is VapourSynth's core library with a C++ API"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/vapoursynth-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `vapoursynth-libs` on Fedora 36.

### What is `vapoursynth-libs`

> VapourSynth's core library with a C++ API.  

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

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

sudo dnf -y install vapoursynth-libs

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

sudo yum -y install vapoursynth-libs

How To Uninstall vapoursynth-libs on Fedora 36

To uninstall only the vapoursynth-libs package we can use the following command:

sudo dnf remove vapoursynth-libs

vapoursynth-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/476aa922cb728778157c5d1d09a24b0baf2fc7
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/a837a8acaa60d835e82fc1f45c65f1706f8dfe
/usr/lib/libvapoursynth-script.so.0
/usr/lib/libvapoursynth-script.so.0.0.0
/usr/lib/libvapoursynth.so.51
/usr/lib/libvapoursynth.so.51.0.0
/usr/lib/vapoursynth
/usr/share/doc/vapoursynth-libs
/usr/share/doc/vapoursynth-libs/ChangeLog
/usr/share/licenses/vapoursynth-libs
/usr/share/licenses/vapoursynth-libs/COPYING.LESSER

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/3e /usr/lib/.build-id/3e/714935fcbe1aaf86045b79a912fb18a72b42e8 /usr/lib/.build-id/9e /usr/lib/.build-id/9e/997df03fcd0c5b3470d443774d2b2b1fa9ba7f /usr/lib64/libvapoursynth-script.so.0 /usr/lib64/libvapoursynth-script.so.0.0.0 /usr/lib64/libvapoursynth.so.51 /usr/lib64/libvapoursynth.so.51.0.0 /usr/lib64/vapoursynth /usr/share/doc/vapoursynth-libs /usr/share/doc/vapoursynth-libs/ChangeLog /usr/share/licenses/vapoursynth-libs /usr/share/licenses/vapoursynth-libs/COPYING.LESSER


## References

* [vapoursynth-libs website](http://www.vapoursynth.com)

## Summary

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