How to Install and Uninstall cogl.src Package on Oracle Linux 9

Last updated: January 09,2025

1. Install "cogl.src" package

This guide covers the steps necessary to install cogl.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cogl.src

2. Uninstall "cogl.src" package

This is a short guide on how to uninstall cogl.src on Oracle Linux 9:

$ sudo dnf remove cogl.src $ sudo dnf autoremove

3. Information about the cogl.src package on Oracle Linux 9

Last metadata expiration check: 1:21:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cogl
Version : 1.22.8
Release : 5.el9
Architecture : src
Size : 1.7 M
Source : None
Repository : ol9_appstream
Summary : A library for using 3D graphics hardware to draw pretty pictures
URL : http://www.clutter-project.org/
License : LGPLv2+
Description : Cogl is a small open source library for using 3D graphics hardware to draw
: pretty pictures. The API departs from the flat state machine style of
: OpenGL and is designed to make it easy to write orthogonal components that
: can render without stepping on each others toes.
:
: As well aiming for a nice API, we think having a single library as opposed
: to an API specification like OpenGL has a few advantages too; like being
: able to paper over the inconsistencies/bugs of different OpenGL
: implementations in a centralized place, not to mention the myriad of OpenGL
: extensions. It also means we are in a better position to provide utility
: APIs that help software developers since they only need to be implemented
: once and there is no risk of inconsistency between implementations.
:
: Having other backends, besides OpenGL, such as drm, Gallium or D3D are
: options we are interested in for the future.