How To Install libXvMC on Fedora 36
Introduction
In this tutorial we learn how to install libXvMC
on Fedora 36.
What is libXvMC
X.Org X11 libXvMC runtime library
We can use yum
or dnf
to install libXvMC
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXvMC.
Install libXvMC 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 libXvMC
using dnf
by running the following command:
sudo dnf -y install libXvMC
Install libXvMC 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 libXvMC
using yum
by running the following command:
sudo yum -y install libXvMC
How To Uninstall libXvMC on Fedora 36
To uninstall only the libXvMC
package we can use the following command:
sudo dnf remove libXvMC
libXvMC Package Contents on Fedora 36
/etc/X11/XvMCConfig
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/0ba17eeb0b0fd8efb77910eaac1c66a8352548
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/d339a2fdd4f67a59122ac843801441f87a6f09
/usr/lib/libXvMC.so.1
/usr/lib/libXvMC.so.1.0.0
/usr/lib/libXvMCW.so.1
/usr/lib/libXvMCW.so.1.0.0
/usr/share/doc/libXvMC
/usr/share/doc/libXvMC/COPYING
/usr/share/doc/libXvMC/README.md
References
Summary
In this tutorial we learn how to install libXvMC
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libXvMC on Fedora 36” linkTitle: “libXvMC” type: “docs” description: “In this tutorial we learn how to install libXvMC in Fedora 36. libXvMC is X.Org X11 libXvMC runtime library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXvMC-featured.png
Introduction
In this tutorial we learn how to install libXvMC
on Fedora 36.
What is libXvMC
X.Org X11 libXvMC runtime library
We can use yum
or dnf
to install libXvMC
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXvMC.
Install libXvMC 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 libXvMC
using dnf
by running the following command:
sudo dnf -y install libXvMC
Install libXvMC 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 libXvMC
using yum
by running the following command:
sudo yum -y install libXvMC
How To Uninstall libXvMC on Fedora 36
To uninstall only the libXvMC
package we can use the following command:
sudo dnf remove libXvMC
libXvMC Package Contents on Fedora 36
/etc/X11/XvMCConfig
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/a9ac606a6d1d9a769e090033e72d07370adcfc
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/c78d0dadc92d60927a10e0057bb92a77b8ec89
/usr/lib64/libXvMC.so.1
/usr/lib64/libXvMC.so.1.0.0
/usr/lib64/libXvMCW.so.1
/usr/lib64/libXvMCW.so.1.0.0
/usr/share/doc/libXvMC
/usr/share/doc/libXvMC/COPYING
/usr/share/doc/libXvMC/README.md
References
Summary
In this tutorial we learn how to install libXvMC
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).