How to Install and Uninstall python311-glfw Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python311-glfw" package

This guide let you learn how to install python311-glfw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-glfw

2. Uninstall "python311-glfw" package

Please follow the step by step instructions below to uninstall python311-glfw on openSuSE Tumbleweed:

$ sudo zypper remove python311-glfw

3. Information about the python311-glfw package on openSuSE Tumbleweed

Information for package python311-glfw:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-glfw
Version : 2.6.5-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 331.0 KiB
Installed : No
Status : not installed
Source package : python-glfw-2.6.5-1.2.src
Upstream URL : https://github.com/FlorianRhiem/pyGLFW
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)