How to Install and Uninstall cogl.x86_64 Package on Amazon Linux 2

Last updated: September 28,2024

1. Install "cogl.x86_64" package

Please follow the guidelines below to install cogl.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cogl.x86_64

2. Uninstall "cogl.x86_64" package

Please follow the instructions below to uninstall cogl.x86_64 on Amazon Linux 2:

$ sudo yum remove cogl.x86_64 $ sudo yum autoremove

3. Information about the cogl.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cogl
Arch : x86_64
Version : 1.22.2
Release : 2.amzn2
Size : 464 k
Repo : amzn2-core/2/x86_64
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.