How to Install and Uninstall python-pyglet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-pyglet" package

In this section, we are going to explain the necessary steps to install python-pyglet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyglet

2. Uninstall "python-pyglet" package

Please follow the step by step instructions below to uninstall python-pyglet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyglet $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyglet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyglet
Priority: optional
Section: universe/python
Installed-Size: 3977
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyglet
Version: 1.1.4.dfsg-3
Provides: python2.7-pyglet
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-ctypes | python (>= 2.5), libgtk2.0-0, libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa
Recommends: libasound2 | libopenal1
Filename: pool/universe/p/pyglet/python-pyglet_1.1.4.dfsg-3_all.deb
Size: 726426
MD5sum: 38a70f1982fecaf3f422c35c4e056cf2
SHA1: f166c44c4ad1c060205812cab14b7c196eae7202
SHA256: 4d85ba821a655bcb26294a17d674f77e69284393cd09799f98b2fd70274c59a4
Description-en: cross-platform windowing and multimedia library
This library provides an object-oriented programming interface for developing
games and other visually-rich applications with Python.
pyglet has virtually no external dependencies. For most applications and game
requirements, pyglet needs nothing else besides Python, simplifying
distribution and installation. It also handles multiple windows and
fully aware of multi-monitor setups.
.
pyglet might be seen as an alternative to PyGame.
Description-md5: ae73353c83fbcbe278b30367f362b017
Homepage: http://www.pyglet.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu