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

Last updated: October 06,2024

1. Install "python3-pyopengl.x86_64" package

This tutorial shows how to install python3-pyopengl.x86_64 on AlmaLinux 9

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

2. Uninstall "python3-pyopengl.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pyopengl.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:57:16 ago on Wed Mar 13 07:41:12 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).