How to Install and Uninstall libplacebo.i686 Package on Fedora 35

Last updated: October 08,2024

1. Install "libplacebo.i686" package

Please follow the step by step instructions below to install libplacebo.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libplacebo.i686

2. Uninstall "libplacebo.i686" package

This is a short guide on how to uninstall libplacebo.i686 on Fedora 35:

$ sudo dnf remove libplacebo.i686 $ sudo dnf autoremove

3. Information about the libplacebo.i686 package on Fedora 35

Last metadata expiration check: 5:04:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libplacebo
Version : 4.157.0
Release : 1.fc35
Architecture : i686
Size : 1.2 M
Source : libplacebo-4.157.0-1.fc35.src.rpm
Repository : updates
Summary : Reusable library for GPU-accelerated video/image rendering primitives
URL : https://github.com/haasn/libplacebo
License : LGPLv2+
Description : libplacebo is essentially the core rendering algorithms and ideas of
: mpv turned into a library. This grew out of an interest to accomplish
: the following goals:
:
: - Clean up mpv's internal API and make it reusable for other projects.
: - Provide a standard library of useful GPU-accelerated image processing
: primitives based on GLSL, so projects like VLC or Firefox can use them
: without incurring a heavy dependency on `libmpv`.
: - Rewrite core parts of mpv's GPU-accelerated video renderer on top of
: redesigned abstractions. (Basically, I wanted to eliminate code smell
: like `shader_cache.c` and totally redesign `gpu/video.c`)