How to Install and Uninstall glslang.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "glslang.x86_64" package

This is a short guide on how to install glslang.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install glslang.x86_64

2. Uninstall "glslang.x86_64" package

Please follow the steps below to uninstall glslang.x86_64 on Rocky Linux 9:

$ sudo dnf remove glslang.x86_64 $ sudo dnf autoremove

3. Information about the glslang.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:45:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : glslang
Version : 11.9.0
Release : 5.el9
Architecture : x86_64
Size : 987 k
Source : glslang-11.9.0-5.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.