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

Last updated: November 27,2024

1. Install "libglvnd.src" package

This guide covers the steps necessary to install libglvnd.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libglvnd.src

2. Uninstall "libglvnd.src" package

This guide covers the steps necessary to uninstall libglvnd.src on Oracle Linux 8:

$ sudo dnf remove libglvnd.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:04:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libglvnd
Epoch : 1
Version : 1.3.4
Release : 1.el8
Architecture : src
Size : 1.0 M
Source : None
Repository : ol8_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.