How to Install and Uninstall glew Package on openSUSE Leap

Last updated: June 18,2024

1. Install "glew" package

This guide let you learn how to install glew on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install glew

2. Uninstall "glew" package

Please follow the instructions below to uninstall glew on openSUSE Leap:

$ sudo zypper remove glew

3. Information about the glew package on openSUSE Leap

Information for package glew:
-----------------------------
Repository : Main Repository
Name : glew
Version : 2.2.0-150400.1.8
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 962.9 KiB
Installed : No
Status : not installed
Source package : glew-2.2.0-150400.1.8.src
Upstream URL : https://github.com/nigels-com/glew
Summary : OpenGL Extension Wrangler Library
Description :
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
open-source C/C++ extension loading library. GLEW provides efficient
run-time mechanisms for determining which OpenGL extensions are
supported on the target platform. OpenGL core and extension
functionality is exposed in a single header file.