title: “How To Install libyuv on Fedora 36” title: “How To Install libyuv on Fedora 36” linkTitle: “libyuv” linkTitle: “libyuv” type: “docs” type: “docs” description: “In this tutorial we learn how to install libyuv in Fedora 36. libyuv is YUV conversion and scaling functionality library” description: “In this tutorial we learn how to install libyuv in Fedora 36. libyuv is YUV conversion and scaling functionality library” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libyuv-featured.png #image: /images/fedora/36/libyuv-featured.png


Introduction

Introduction

In this tutorial we learn how to install libyuv on Fedora 36. In this tutorial we learn how to install libyuv on Fedora 36.

What is libyuv

What is libyuv

This is an open source project that includes YUV conversion and scaling functionality. Converts all webcam formats to YUV (I420). Convert YUV to formats for rendering/effects. Rotate by 90 degrees to adjust for mobile devices in portrait mode. Scale YUV to prepare content for compression, with point, bilinear or box filter.
This is an open source project that includes YUV conversion and scaling functionality. Converts all webcam formats to YUV (I420). Convert YUV to formats for rendering/effects. Rotate by 90 degrees to adjust for mobile devices in portrait mode. Scale YUV to prepare content for compression, with point, bilinear or box filter.

We can use yum or dnf to install libyuv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyuv. We can use yum or dnf to install libyuv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyuv.

Install libyuv on Fedora 36 Using dnf

Install libyuv on Fedora 36 Using dnf

Update yum database with dnf using the following command. Update yum database with dnf using the following command.

sudo dnf makecache --refresh
After updating yum database, We can install `libyuv` using `dnf` by running the following command:
sudo dnf makecache --refresh

sudo dnf -y install libyuv

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

## Install libyuv on Fedora 36 Using yum

sudo dnf -y install libyuv

Update yum database with yum using the following command.

Install libyuv on Fedora 36 Using yum


sudo yum makecache --refresh

Update yum database with yum using the following command.

After updating yum database, We can install `libyuv` using `yum` by running the following command:

sudo yum makecache --refresh
```bash

sudo yum -y install libyuv

## How To Uninstall libyuv on Fedora 36
After updating yum database, We can install `libyuv` using `yum` by running the following command:


To uninstall only the `libyuv` package we can use the following command:
```bash

sudo yum -y install libyuv
```bash

sudo dnf remove libyuv

How To Uninstall libyuv on Fedora 36



To uninstall only the `libyuv` package we can use the following command:
## libyuv Package Contents on Fedora 36


```bash
```bash
sudo dnf remove libyuv

libyuv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/3dc92cc5f1c52a9286b8b1607570f2993c284d
/usr/lib64/libyuv.so.0
/usr/lib64/libyuv.so.0.0.0
/usr/share/doc/libyuv
/usr/share/doc/libyuv/AUTHORS
/usr/share/doc/libyuv/PATENTS
/usr/share/doc/libyuv/README.md
/usr/share/licenses/libyuv
/usr/share/licenses/libyuv/LICENSE

References

Summary

In this tutorial we learn how to install libyuv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/74 /usr/lib/.build-id/74/d56bc42be2a81134d036fdbbb250bea14fa87b /usr/lib/libyuv.so.0 /usr/lib/libyuv.so.0.0.0 /usr/share/doc/libyuv /usr/share/doc/libyuv/AUTHORS /usr/share/doc/libyuv/PATENTS /usr/share/doc/libyuv/README.md /usr/share/licenses/libyuv /usr/share/licenses/libyuv/LICENSE


## References

* [libyuv website](https://chromium.googlesource.com/libyuv/libyuv)

## Summary

In this tutorial we learn how to install `libyuv` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).