How to Install and Uninstall glm-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "glm-devel.noarch" package

This guide let you learn how to install glm-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install glm-devel.noarch

2. Uninstall "glm-devel.noarch" package

Please follow the instructions below to uninstall glm-devel.noarch on Fedora 34:

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

3. Information about the glm-devel.noarch package on Fedora 34

Last metadata expiration check: 5:54:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : glm-devel
Version : 0.9.9.8
Release : 1.fc34
Architecture : noarch
Size : 235 k
Source : glm-0.9.9.8-1.fc34.src.rpm
Repository : fedora
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.