How To Install libaom on Fedora 36
Introduction
In this tutorial we learn how to install libaom on Fedora 36.
What is libaom
Library files for aom, the royalty-free next-generation video format.
We can use yum or dnf to install libaom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaom.
Install libaom 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 libaom using dnf by running the following command:
sudo dnf -y install libaom
Install libaom 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 libaom using yum by running the following command:
sudo yum -y install libaom
How To Uninstall libaom on Fedora 36
To uninstall only the libaom package we can use the following command:
sudo dnf remove libaom
libaom Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/dd2b04c4e23d27c9c7e0a49bd19701a4539d19
/usr/lib/libaom.so.3
/usr/lib/libaom.so.3.2.0
/usr/share/licenses/libaom
/usr/share/licenses/libaom/LICENSE
/usr/share/licenses/libaom/PATENTS
References
Summary
In this tutorial we learn how to install libaom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libaom on Fedora 36” linkTitle: “libaom” type: “docs” description: “In this tutorial we learn how to install libaom in Fedora 36. libaom is Library files for aom” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libaom-featured.png
Introduction
In this tutorial we learn how to install libaom on Fedora 36.
What is libaom
Library files for aom, the royalty-free next-generation video format.
We can use yum or dnf to install libaom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libaom.
Install libaom 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 libaom using dnf by running the following command:
sudo dnf -y install libaom
Install libaom 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 libaom using yum by running the following command:
sudo yum -y install libaom
How To Uninstall libaom on Fedora 36
To uninstall only the libaom package we can use the following command:
sudo dnf remove libaom
libaom Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/3490eb29665a78fe6cdecd447e28068a183e8d
/usr/lib64/libaom.so.3
/usr/lib64/libaom.so.3.2.0
/usr/share/licenses/libaom
/usr/share/licenses/libaom/LICENSE
/usr/share/licenses/libaom/PATENTS
References
Summary
In this tutorial we learn how to install libaom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).