How to Install and Uninstall python2-glfw Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-glfw" package

Please follow the instructions below to install python2-glfw on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-glfw

2. Uninstall "python2-glfw" package

This guide let you learn how to uninstall python2-glfw on openSUSE Leap:

$ sudo zypper remove python2-glfw

3. Information about the python2-glfw package on openSUSE Leap

Information for package python2-glfw:
-------------------------------------
Repository : Main Repository
Name : python2-glfw
Version : 1.11.0-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 261,7 KiB
Installed : No
Status : not installed
Source package : python-glfw-1.11.0-bp153.1.18.src
Summary : A ctypes-based wrapper for GLFW3
Description :
This module provides Python bindings for GLFW . It is a
ctypes wrapper which keeps very close to the original GLFW API,
except for:
- function names use the pythonic ``words_with_underscores`` notation
instead of ``camelCase``
- ``GLFW_`` and ``glfw`` prefixes have been removed, as their function
is replaced by the module namespace
- structs have been replaced with Python sequences
- functions like ``glfwGetMonitors`` return a list instead of a pointer
and an object count
- Gamma ramps use floats between 0.0 and 1.0 instead of unsigned shorts
- GLFW errors are reported as ``glfw.GLFWError`` exceptions if no error
callback is set (use ``glfw.ERROR_REPORTING=False`` to disable this)