How To Install libGLEW on Fedora 36
Introduction
In this tutorial we learn how to install libGLEW
on Fedora 36.
What is libGLEW
libGLEW
We can use yum
or dnf
to install libGLEW
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libGLEW.
Install libGLEW on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libGLEW
using dnf
by running the following command:
sudo dnf -y install libGLEW
Install libGLEW on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libGLEW
using yum
by running the following command:
sudo yum -y install libGLEW
How To Uninstall libGLEW on Fedora 36
To uninstall only the libGLEW
package we can use the following command:
sudo dnf remove libGLEW
libGLEW Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/d13b81db62b049638b59770de0ab195f8bbdc2
/usr/lib/libGLEW.so.2.2
/usr/lib/libGLEW.so.2.2.0
/usr/share/licenses/libGLEW
/usr/share/licenses/libGLEW/LICENSE.txt
References
Summary
In this tutorial we learn how to install libGLEW
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libGLEW on Fedora 36” linkTitle: “libGLEW” type: “docs” description: “In this tutorial we learn how to install libGLEW in Fedora 36. libGLEW is libGLEW” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libGLEW-featured.png
Introduction
In this tutorial we learn how to install libGLEW
on Fedora 36.
What is libGLEW
libGLEW
We can use yum
or dnf
to install libGLEW
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libGLEW.
Install libGLEW on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libGLEW
using dnf
by running the following command:
sudo dnf -y install libGLEW
Install libGLEW on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libGLEW
using yum
by running the following command:
sudo yum -y install libGLEW
How To Uninstall libGLEW on Fedora 36
To uninstall only the libGLEW
package we can use the following command:
sudo dnf remove libGLEW
libGLEW Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/2b5c52cb671d09adfa873387d8b2d68e192b71
/usr/lib64/libGLEW.so.2.2
/usr/lib64/libGLEW.so.2.2.0
/usr/share/licenses/libGLEW
/usr/share/licenses/libGLEW/LICENSE.txt
References
Summary
In this tutorial we learn how to install libGLEW
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).