How To Install libvpx on Fedora 36
Introduction
In this tutorial we learn how to install libvpx
on Fedora 36.
What is libvpx
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications with the VP8 and VP9 video codecs, high quality, royalty free, open source codecs deployed on millions of computers and devices worldwide.
We can use yum
or dnf
to install libvpx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvpx.
Install libvpx 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 libvpx
using dnf
by running the following command:
sudo dnf -y install libvpx
Install libvpx 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 libvpx
using yum
by running the following command:
sudo yum -y install libvpx
How To Uninstall libvpx on Fedora 36
To uninstall only the libvpx
package we can use the following command:
sudo dnf remove libvpx
libvpx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/81684fa817371bf0d7b491b378ed62c25e012c
/usr/lib64/libvpx.so.7
/usr/lib64/libvpx.so.7.0
/usr/lib64/libvpx.so.7.0.0
/usr/share/doc/libvpx
/usr/share/doc/libvpx/AUTHORS
/usr/share/doc/libvpx/CHANGELOG
/usr/share/doc/libvpx/README
/usr/share/licenses/libvpx
/usr/share/licenses/libvpx/LICENSE
References
Summary
In this tutorial we learn how to install libvpx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libvpx on Fedora 36” linkTitle: “libvpx” type: “docs” description: “In this tutorial we learn how to install libvpx in Fedora 36. libvpx is VP8/VP9 Video Codec SDK” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libvpx-featured.png
Introduction
In this tutorial we learn how to install libvpx
on Fedora 36.
What is libvpx
libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications with the VP8 and VP9 video codecs, high quality, royalty free, open source codecs deployed on millions of computers and devices worldwide.
We can use yum
or dnf
to install libvpx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvpx.
Install libvpx 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 libvpx
using dnf
by running the following command:
sudo dnf -y install libvpx
Install libvpx 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 libvpx
using yum
by running the following command:
sudo yum -y install libvpx
How To Uninstall libvpx on Fedora 36
To uninstall only the libvpx
package we can use the following command:
sudo dnf remove libvpx
libvpx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/386e53b18cf2542e53f3bd8ff72e9c30b3b65f
/usr/lib/libvpx.so.7
/usr/lib/libvpx.so.7.0
/usr/lib/libvpx.so.7.0.0
/usr/share/doc/libvpx
/usr/share/doc/libvpx/AUTHORS
/usr/share/doc/libvpx/CHANGELOG
/usr/share/doc/libvpx/README
/usr/share/licenses/libvpx
/usr/share/licenses/libvpx/LICENSE
References
Summary
In this tutorial we learn how to install libvpx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).