How to Install and Uninstall libyuv.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "libyuv.i686" package

Here is a brief guide to show you how to install libyuv.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libyuv.i686

2. Uninstall "libyuv.i686" package

Learn how to uninstall libyuv.i686 on Fedora 36:

$ sudo dnf remove libyuv.i686 $ sudo dnf autoremove

3. Information about the libyuv.i686 package on Fedora 36

Last metadata expiration check: 1:03:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libyuv
Version : 0
Release : 0.43.20201024git19d71f6.fc36
Architecture : i686
Size : 148 k
Source : libyuv-0-0.43.20201024git19d71f6.fc36.src.rpm
Repository : fedora
Summary : YUV conversion and scaling functionality library
URL : https://chromium.googlesource.com/libyuv/libyuv
License : BSD
Description : 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.