How To Install libvdpau on Fedora 36

In this tutorial we learn how to install libvdpau in Fedora 36. libvdpau is Wrapper library for the Video Decode and Presentation API

Introduction

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

What is libvdpau

VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.

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

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

sudo dnf -y install libvdpau

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

sudo yum -y install libvdpau

How To Uninstall libvdpau on Fedora 36

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

sudo dnf remove libvdpau

libvdpau Package Contents on Fedora 36

/etc/vdpau_wrapper.cfg
/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/55690b2a24a204eff77aff92c0888ad7f200b1
/usr/lib/libvdpau.so.1
/usr/lib/libvdpau.so.1.0.0
/usr/lib/vdpau
/usr/share/doc/libvdpau
/usr/share/doc/libvdpau/AUTHORS
/usr/share/licenses/libvdpau
/usr/share/licenses/libvdpau/COPYING

References

Summary

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


title: “How To Install libvdpau on Fedora 36” linkTitle: “libvdpau” type: “docs” description: “In this tutorial we learn how to install libvdpau in Fedora 36. libvdpau is Wrapper library for the Video Decode and Presentation API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libvdpau-featured.png

Introduction

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

What is libvdpau

VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.

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

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

sudo dnf -y install libvdpau

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

sudo yum -y install libvdpau

How To Uninstall libvdpau on Fedora 36

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

sudo dnf remove libvdpau

libvdpau Package Contents on Fedora 36

/etc/vdpau_wrapper.cfg
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/70138864c7dd54d7472bfd00d542de0cbdef87
/usr/lib64/libvdpau.so.1
/usr/lib64/libvdpau.so.1.0.0
/usr/lib64/vdpau
/usr/share/doc/libvdpau
/usr/share/doc/libvdpau/AUTHORS
/usr/share/licenses/libvdpau
/usr/share/licenses/libvdpau/COPYING

References

Summary

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