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

Last updated: May 17,2024

1. Install "glslang.x86_64" package

This guide let you learn how to install glslang.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install glslang.x86_64

2. Uninstall "glslang.x86_64" package

In this section, we are going to explain the necessary steps to uninstall glslang.x86_64 on Oracle Linux 9:

$ sudo dnf remove glslang.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:50:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : glslang
Version : 11.9.0
Release : 5.el9
Architecture : x86_64
Size : 991 k
Source : glslang-11.9.0-5.el9.src.rpm
Repository : ol9_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.