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

Last updated: October 06,2024

1. Install "python3-pyopengl.x86_64" package

Please follow the step by step instructions below to install python3-pyopengl.x86_64 on Fedora 34

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

2. Uninstall "python3-pyopengl.x86_64" package

This tutorial shows how to uninstall python3-pyopengl.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:52:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pyopengl
Version : 3.1.5
Release : 5.fc34
Architecture : x86_64
Size : 2.6 M
Source : python-pyopengl-3.1.5-5.fc34.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).