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

Last updated: October 04,2024

1. Install "python3-pyglet.noarch" package

Here is a brief guide to show you how to install python3-pyglet.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 0:07:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-pyglet
Version : 1.5.23
Release : 4.fc38
Architecture : noarch
Size : 1.8 M
Source : python-pyglet-1.5.23-4.fc38.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.