How To Install libXvMC-devel on Rocky Linux 8

In this tutorial we learn how to install libXvMC-devel on Rocky Linux 8. libXvMC-devel is X.Org X11 libXvMC development package

Introduction

In this tutorial we learn how to install libXvMC-devel on Rocky Linux 8.

What is libXvMC-devel

X.Org X11 libXvMC development package

We can use yum or dnf to install libXvMC-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libXvMC-devel.

Install libXvMC-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libXvMC-devel

Install libXvMC-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libXvMC-devel

How To Uninstall libXvMC-devel on Rocky Linux 8

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

sudo dnf remove libXvMC-devel

libXvMC-devel Package Contents on Rocky Linux 8

/usr/include/X11/extensions/XvMClib.h
/usr/include/X11/extensions/vldXvMC.h
/usr/lib/libXvMC.so
/usr/lib/libXvMCW.so
/usr/lib/pkgconfig/xvmc-wrapper.pc
/usr/lib/pkgconfig/xvmc.pc
/usr/share/doc/libXvMC-devel
/usr/share/doc/libXvMC-devel/XvMC_API.txt
/usr/include/X11/extensions/XvMClib.h
/usr/include/X11/extensions/vldXvMC.h
/usr/lib64/libXvMC.so
/usr/lib64/libXvMCW.so
/usr/lib64/pkgconfig/xvmc-wrapper.pc
/usr/lib64/pkgconfig/xvmc.pc
/usr/share/doc/libXvMC-devel
/usr/share/doc/libXvMC-devel/XvMC_API.txt

References

Summary

In this tutorial we learn how to install libXvMC-devel on Rocky Linux 8 using yum and dnf.