How to Install and Uninstall python3-opengl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 02,2024

1. Install "python3-opengl" package

Learn how to install python3-opengl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-opengl

2. Uninstall "python3-opengl" package

Please follow the guidance below to uninstall python3-opengl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-opengl $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-opengl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-opengl
Priority: optional
Section: universe/python
Installed-Size: 2682
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyopengl
Version: 3.0.2-1
Depends: python3:any (>= 3.3.2-2~), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3
Suggests: python3-tk, python3-numpy, libgle3
Filename: pool/universe/p/pyopengl/python3-opengl_3.0.2-1_all.deb
Size: 364594
MD5sum: 5a92afd28fb8ad363e9737908d2a19ea
SHA1: 57ae77dffbbc00a64c4d95908398f7fa200973cf
SHA256: 2ba92861908e5f299d69cf83ade3b50301fc10052a31b60a44eda307172ff6a0
Description-en: Python bindings to OpenGL (Python 3)
PyOpenGL is a cross-platform open source Python binding to the standard
OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the
GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter,
wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
windowing library which can provide an OpenGL context).
.
This is the Python 3 version of the package.
Description-md5: 6cd85f297c2f35e11fe3999051811826
Homepage: http://pyopengl.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu