How to Install and Uninstall libyuv.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "libyuv.x86_64" package

Please follow the guidance below to install libyuv.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libyuv.x86_64

2. Uninstall "libyuv.x86_64" package

This is a short guide on how to uninstall libyuv.x86_64 on Fedora 39:

$ sudo dnf remove libyuv.x86_64 $ sudo dnf autoremove

3. Information about the libyuv.x86_64 package on Fedora 39

Last metadata expiration check: 5:40:15 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libyuv
Version : 0
Release : 0.46.20201024git19d71f6.fc39
Architecture : x86_64
Size : 144 k
Source : libyuv-0-0.46.20201024git19d71f6.fc39.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.