How to Install and Uninstall python3-pyglfw Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-pyglfw" package

This tutorial shows how to install python3-pyglfw on Kali Linux

$ sudo apt update $ sudo apt install python3-pyglfw

2. Uninstall "python3-pyglfw" package

Please follow the guidelines below to uninstall python3-pyglfw on Kali Linux:

$ sudo apt remove python3-pyglfw $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyglfw package on Kali Linux

Package: python3-pyglfw
Source: python-pyglfw
Version: 2.7.0+dfsg-1
Installed-Size: 169
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libglfw3
Size: 27148
SHA256: fd9fe510a5d68a7d2634cd694df71d8b3dd4631d5a0b4a4765f517e3e287b5a4
SHA1: 8f8d71283d000c81994cafe7323e5d884ed600ac
MD5sum: 1d2dee5e542417a76c02d82807e88a0c
Description: Python bindings for GLFW
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 and
namedtuples
* 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 warnings if no
error callback is set
* instead of a sequence for GLFWimage structs, PIL/pillow
Image objects can be used
Description-md5:
Homepage: https://github.com/FlorianRhiem/pyGLFW
Section: python
Priority: optional
Filename: pool/main/p/python-pyglfw/python3-pyglfw_2.7.0+dfsg-1_all.deb