How to Install and Uninstall libglvnd.src Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "libglvnd.src" package

This guide let you learn how to install libglvnd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libglvnd.src

2. Uninstall "libglvnd.src" package

Please follow the steps below to uninstall libglvnd.src on Oracle Linux 9:

$ sudo dnf remove libglvnd.src $ sudo dnf autoremove

3. Information about the libglvnd.src package on Oracle Linux 9

Last metadata expiration check: 0:03:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libglvnd
Epoch : 1
Version : 1.3.4
Release : 1.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_appstream
Summary : The GL Vendor-Neutral Dispatch library
URL : https://github.com/NVIDIA/libglvnd
License : MIT
Description : libglvnd is an implementation of the vendor-neutral dispatch layer for
: arbitrating OpenGL API calls between multiple vendors on a per-screen basis.