How to Install and Uninstall glfw.x86_64 Package on Fedora 38

Last updated: October 05,2024

1. Install "glfw.x86_64" package

This guide covers the steps necessary to install glfw.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install glfw.x86_64

2. Uninstall "glfw.x86_64" package

This is a short guide on how to uninstall glfw.x86_64 on Fedora 38:

$ sudo dnf remove glfw.x86_64 $ sudo dnf autoremove

3. Information about the glfw.x86_64 package on Fedora 38

Last metadata expiration check: 2:54:56 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : glfw
Epoch : 1
Version : 3.3.8
Release : 2.fc38
Architecture : x86_64
Size : 89 k
Source : glfw-3.3.8-2.fc38.src.rpm
Repository : fedora
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.