How to Install and Uninstall alleggl.i686 Package on Fedora 35

Last updated: June 17,2024

1. Install "alleggl.i686" package

Please follow the step by step instructions below to install alleggl.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install alleggl.i686

2. Uninstall "alleggl.i686" package

Learn how to uninstall alleggl.i686 on Fedora 35:

$ sudo dnf remove alleggl.i686 $ sudo dnf autoremove

3. Information about the alleggl.i686 package on Fedora 35

Last metadata expiration check: 2:47:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : alleggl
Version : 4.4.3.1
Release : 6.fc35
Architecture : i686
Size : 133 k
Source : allegro-4.4.3.1-6.fc35.src.rpm
Repository : fedora
Summary : OpenGL support library for Allegro
URL : http://allegrogl.sourceforge.net/
License : zlib or GPL+
Description : AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro.
: You use OpenGL for your rendering to the screen, and Allegro for miscellaneous
: tasks like gathering input, doing timers, getting cross-platform portability,
: loading data, and drawing your textures. So this library fills the same hole
: that things like glut do.