How to Install and Uninstall libplacebo5.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "libplacebo5.x86_64" package

This guide let you learn how to install libplacebo5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libplacebo5.x86_64

2. Uninstall "libplacebo5.x86_64" package

This is a short guide on how to uninstall libplacebo5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libplacebo5.x86_64 $ sudo dnf autoremove

3. Information about the libplacebo5.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libplacebo5
Version : 5.264.1
Release : 1.el9
Architecture : x86_64
Size : 341 k
Source : libplacebo5-5.264.1-1.el9.src.rpm
Repository : epel
Summary : Reusable library for GPU-accelerated video/image rendering primitives
URL : https://github.com/haasn/libplacebo
License : LGPL-2.0-or-later
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`)