How to Install and Uninstall python3-pyopengl.x86_64 Package on Fedora 39

Last updated: January 16,2025

1. Install "python3-pyopengl.x86_64" package

Please follow the guidelines below to install python3-pyopengl.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pyopengl.x86_64

2. Uninstall "python3-pyopengl.x86_64" package

Here is a brief guide to show you how to uninstall python3-pyopengl.x86_64 on Fedora 39:

$ sudo dnf remove python3-pyopengl.x86_64 $ sudo dnf autoremove

3. Information about the python3-pyopengl.x86_64 package on Fedora 39

Last metadata expiration check: 1:19:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pyopengl
Version : 3.1.7
Release : 3.fc39
Architecture : x86_64
Size : 4.1 M
Source : python-pyopengl-3.1.7-3.fc39.src.rpm
Repository : fedora
Summary : Python 3 bindings for OpenGL
URL : https://github.com/mcfletch/pyopengl
License : BSD
Description : PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It
: includes support for OpenGL v1.1, GLU, GLUT v3.7, GLE 3 and WGL 4. It also
: includes support for dozens of extensions (where supported in the underlying
: implementation).
:
: PyOpenGL is inter-operable with a large number of external GUI libraries
: for Python including (Tkinter, wxPython, FxPy, PyGame, and Qt).