How to Install and Uninstall PyOpenGL.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "PyOpenGL.noarch" package

Please follow the step by step instructions below to install PyOpenGL.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install PyOpenGL.noarch

2. Uninstall "PyOpenGL.noarch" package

Please follow the guidelines below to uninstall PyOpenGL.noarch on Amazon Linux 2:

$ sudo yum remove PyOpenGL.noarch $ sudo yum autoremove

3. Information about the PyOpenGL.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : PyOpenGL
Arch : noarch
Version : 3.0.1
Release : 6.amzn2
Size : 1.1 M
Repo : amzn2-core/2/x86_64
Summary : Python bindings for OpenGL
URL : http://pyopengl.sourceforge.net/
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 interoperable with a large number of external GUI
: libraries for Python including (Tkinter, wxPython, FxPy, PyGame,
: and Qt).