How to Install and Uninstall glfw.x86_64 Package on AlmaLinux 9

Last updated: September 29,2024

1. Install "glfw.x86_64" package

Here is a brief guide to show you how to install glfw.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install glfw.x86_64

2. Uninstall "glfw.x86_64" package

Please follow the steps below to uninstall glfw.x86_64 on AlmaLinux 9:

$ sudo dnf remove glfw.x86_64 $ sudo dnf autoremove

3. Information about the glfw.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:04:00 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : glfw
Epoch : 1
Version : 3.3.7
Release : 2.el9
Architecture : x86_64
Size : 89 k
Source : glfw-3.3.7-2.el9.src.rpm
Repository : epel
Summary : A cross-platform multimedia library
URL : http://www.glfw.org/index.html
License : zlib
Description : GLFW is a free, Open Source, multi-platform library for OpenGL application
: development that provides a powerful API for handling operating system specific
: tasks such as opening an OpenGL window, reading keyboard, mouse, joystick and
: time input, creating threads, and more.