How To Install libvmaf-devel on Fedora 36

In this tutorial we learn how to install libvmaf-devel in Fedora 36. libvmaf-devel is Development files for vmaf

Introduction

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

What is libvmaf-devel

The vmaf-devel package contains libraries and header files for developing applications that use vmaf.

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

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

sudo dnf -y install libvmaf-devel

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

sudo yum -y install libvmaf-devel

How To Uninstall libvmaf-devel on Fedora 36

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

sudo dnf remove libvmaf-devel

libvmaf-devel Package Contents on Fedora 36

/usr/include/libvmaf
/usr/include/libvmaf/compute_vmaf.h
/usr/include/libvmaf/feature.h
/usr/include/libvmaf/libvmaf.h
/usr/include/libvmaf/model.h
/usr/include/libvmaf/picture.h
/usr/include/libvmaf/version.h
/usr/lib/rpm/macros.d/macros.vmaf
/usr/lib64/libvmaf.so
/usr/lib64/pkgconfig/libvmaf.pc
/usr/share/doc/libvmaf-devel
/usr/share/doc/libvmaf-devel/CONTRIBUTING.md

References

Summary

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