How To Install libvdpau-devel on Fedora 36

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

Introduction

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

What is libvdpau-devel

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


title: “How To Install libvdpau-devel on Fedora 36” linkTitle: “libvdpau-devel” type: “docs”

description: “In this tutorial we learn how to install libvdpau-devel in Fedora 36. libvdpau-devel is Development files for libvdpau” We can use yum or dnf to install libvdpau-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvdpau-devel. date: “2022-08-17”

lastmod: “2022-08-17”

Install libvdpau-devel on Fedora 36 Using dnf

#image: /images/fedora/36/libvdpau-devel-featured.png

Update yum database with dnf using the following command.

## Introduction

sudo dnf makecache --refresh
In this tutorial we learn how to install `libvdpau-devel` on Fedora 36.

### What is `libvdpau-devel`

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

After updating yum database, We can install libvdpau-devel using dnf by running the following command: We can use yum or dnf to install libvdpau-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvdpau-devel.

## Install libvdpau-devel on Fedora 36 Using dnf
sudo dnf -y install libvdpau-devel

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

sudo yum -y install libvdpau-devel

How To Uninstall libvdpau-devel on Fedora 36

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

sudo dnf remove libvdpau-devel

libvdpau-devel Package Contents on Fedora 36


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

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libvdpau-devel

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

sudo yum -y install libvdpau-devel

How To Uninstall libvdpau-devel on Fedora 36

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

sudo dnf remove libvdpau-devel

libvdpau-devel Package Contents on Fedora 36

/usr/include/vdpau
/usr/include/vdpau/vdpau.h
/usr/include/vdpau/vdpau_x11.h
/usr/lib/libvdpau.so
/usr/lib/pkgconfig/vdpau.pc

References

Summary

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

/usr/include/vdpau /usr/include/vdpau/vdpau.h /usr/include/vdpau/vdpau_x11.h /usr/lib64/libvdpau.so /usr/lib64/pkgconfig/vdpau.pc


## References

* [libvdpau-devel website](https://freedesktop.org/wiki/Software/VDPAU/)

## Summary

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