How to Install and Uninstall python3-pyopengl.x86_64 Package on Rocky Linux 8

Last updated: May 02,2024

1. Install "python3-pyopengl.x86_64" package

Learn how to install python3-pyopengl.x86_64 on Rocky Linux 8

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

2. Uninstall "python3-pyopengl.x86_64" package

Please follow the step by step instructions below to uninstall python3-pyopengl.x86_64 on Rocky Linux 8:

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

3. Information about the python3-pyopengl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:49:41 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pyopengl
Version : 3.1.5
Release : 3.el8
Architecture : x86_64
Size : 3.0 M
Source : python-pyopengl-3.1.5-3.el8.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).