How to Install and Uninstall glm-devel.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "glm-devel.noarch" package

This guide covers the steps necessary to install glm-devel.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install glm-devel.noarch

2. Uninstall "glm-devel.noarch" package

This tutorial shows how to uninstall glm-devel.noarch on Amazon Linux 2:

$ sudo yum remove glm-devel.noarch $ sudo yum autoremove

3. Information about the glm-devel.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : glm-devel
Arch : noarch
Version : 0.9.6.3
Release : 1.amzn2
Size : 195 k
Repo : amzn2-core/2/x86_64
Summary : C++ mathematics library for graphics programming
URL : http://glm.g-truc.net/
License : MIT
Description : GLM is a C++ library for doing mathematics operations
: required in many OpenGL based applications. Its interface
: has been designed to resemble the built-in matrix and vector
: types of the OpenGL shading language.
:
: glm-devel is only required for building software that uses
: the GLM library. Because GLM currently is a header-only library,
: there is no matching run time package.