How to Install and Uninstall python3-pyopengl.x86_64 Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "python3-pyopengl.x86_64" package

Please follow the guidelines below to install python3-pyopengl.x86_64 on CentOS Stream 9

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

2. Uninstall "python3-pyopengl.x86_64" package

This is a short guide on how to uninstall python3-pyopengl.x86_64 on CentOS Stream 9:

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

3. Information about the python3-pyopengl.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:22:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pyopengl
Version : 3.1.6
Release : 1.el9
Architecture : x86_64
Size : 2.5 M
Source : python-pyopengl-3.1.6-1.el9.src.rpm
Repository : epel
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).