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

Last updated: January 11,2025

1. Install "python3-pyglet.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyglet.noarch on Fedora 36

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

2. Uninstall "python3-pyglet.noarch" package

Learn how to uninstall python3-pyglet.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:17:10 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pyglet
Version : 1.5.23
Release : 1.fc36
Architecture : noarch
Size : 1.3 M
Source : python-pyglet-1.5.23-1.fc36.src.rpm
Repository : updates
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.