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

Last updated: October 05,2024

1. Install "libyuv.i686" package

Learn how to install libyuv.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libyuv.i686

2. Uninstall "libyuv.i686" package

Please follow the guidance below to uninstall libyuv.i686 on Fedora 34:

$ sudo dnf remove libyuv.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:07:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libyuv
Version : 0
Release : 0.41.20201024git19d71f6.fc34
Architecture : i686
Size : 145 k
Source : libyuv-0-0.41.20201024git19d71f6.fc34.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.