How to Install and Uninstall glslang.x86_64 Package on CentOS Stream 9

Last updated: November 27,2024

1. Install "glslang.x86_64" package

This guide let you learn how to install glslang.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install glslang.x86_64

2. Uninstall "glslang.x86_64" package

Learn how to uninstall glslang.x86_64 on CentOS Stream 9:

$ sudo dnf remove glslang.x86_64 $ sudo dnf autoremove

3. Information about the glslang.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:33:00 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : glslang
Version : 13.1.1
Release : 1.el9
Architecture : x86_64
Size : 992 k
Source : glslang-13.1.1-1.el9.src.rpm
Repository : appstream
Summary : OpenGL and OpenGL ES shader front end and validator
URL : https://github.com/KhronosGroup/glslang
License : BSD and GPLv3+ and ASL 2.0
Description : glslang is the official reference compiler front end for the OpenGL
: ES and OpenGL shading languages. It implements a strict
: interpretation of the specifications for these languages.