How to Install and Uninstall libglvnd.i686 Package on Rocky Linux 9

Last updated: November 02,2024

1. Install "libglvnd.i686" package

Here is a brief guide to show you how to install libglvnd.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libglvnd.i686

2. Uninstall "libglvnd.i686" package

This guide let you learn how to uninstall libglvnd.i686 on Rocky Linux 9:

$ sudo dnf remove libglvnd.i686 $ sudo dnf autoremove

3. Information about the libglvnd.i686 package on Rocky Linux 9

Last metadata expiration check: 0:36:07 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libglvnd
Epoch : 1
Version : 1.3.4
Release : 1.el9
Architecture : i686
Size : 133 k
Source : libglvnd-1.3.4-1.el9.src.rpm
Repository : 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.