How To Install libdav1d on Fedora 36
Introduction
In this tutorial we learn how to install libdav1d
on Fedora 36.
What is libdav1d
Library files for dav1d, the AV1 cross-platform Decoder.
We can use yum
or dnf
to install libdav1d
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdav1d.
Install libdav1d 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 libdav1d
using dnf
by running the following command:
sudo dnf -y install libdav1d
Install libdav1d 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 libdav1d
using yum
by running the following command:
sudo yum -y install libdav1d
How To Uninstall libdav1d on Fedora 36
To uninstall only the libdav1d
package we can use the following command:
sudo dnf remove libdav1d
libdav1d Package Contents on Fedora 36
---
title: "How To Install libdav1d on Fedora 36"
linkTitle: "libdav1d"
type: "docs"
description: "In this tutorial we learn how to install libdav1d in Fedora 36. libdav1d is Library files for dav1d"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdav1d-featured.png
---
## Introduction
In this tutorial we learn how to install `libdav1d` on Fedora 36.
### What is `libdav1d`
> Library files for dav1d, the AV1 cross-platform Decoder.
We can use `yum` or `dnf` to install `libdav1d` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdav1d.
## Install libdav1d on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libdav1d
using dnf
by running the following command:
sudo dnf -y install libdav1d
Install libdav1d 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 libdav1d
using yum
by running the following command:
sudo yum -y install libdav1d
How To Uninstall libdav1d on Fedora 36
To uninstall only the libdav1d
package we can use the following command:
sudo dnf remove libdav1d
libdav1d Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/b5981e13d15f0a2e5b99821db95e8c169711f4
/usr/lib64/libdav1d.so.5
/usr/lib64/libdav1d.so.5.1.1
/usr/share/licenses/libdav1d
/usr/share/licenses/libdav1d/COPYING
/usr/share/licenses/libdav1d/PATENTS
/usr/lib/.build-id /usr/lib/.build-id/ce /usr/lib/.build-id/ce/7149cb7a31d62d57cd2d7e10987805c83c6a43 /usr/lib/libdav1d.so.5 /usr/lib/libdav1d.so.5.1.1 /usr/share/licenses/libdav1d /usr/share/licenses/libdav1d/COPYING /usr/share/licenses/libdav1d/PATENTS
References
## Summary
## References
In this tutorial we learn how to install `libdav1d` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
* [libdav1d website](https://code.videolan.org/videolan/dav1d)
## Summary
In this tutorial we learn how to install `libdav1d` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).