How to Install and Uninstall python3-pyglet.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-pyglet.noarch" package

Please follow the instructions below to install python3-pyglet.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pyglet.noarch

2. Uninstall "python3-pyglet.noarch" package

This guide covers the steps necessary to uninstall python3-pyglet.noarch on Fedora 34:

$ sudo dnf remove python3-pyglet.noarch $ sudo dnf autoremove

3. Information about the python3-pyglet.noarch package on Fedora 34

Last metadata expiration check: 0:06:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pyglet
Version : 1.5.11
Release : 2.fc34
Architecture : noarch
Size : 1.3 M
Source : python-pyglet-1.5.11-2.fc34.src.rpm
Repository : fedora
Summary : A cross-platform windowing and multimedia library for Python 3
URL : http://www.pyglet.org/
License : BSD
Description : 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.