How to Install and Uninstall freeglut.i686 Package on Amazon Linux 2

Last updated: November 29,2024

1. Install "freeglut.i686" package

Please follow the guidance below to install freeglut.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install freeglut.i686

2. Uninstall "freeglut.i686" package

Here is a brief guide to show you how to uninstall freeglut.i686 on Amazon Linux 2:

$ sudo yum remove freeglut.i686 $ sudo yum autoremove

3. Information about the freeglut.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : freeglut
Arch : i686
Version : 3.0.0
Release : 8.amzn2
Size : 185 k
Repo : amzn2-core/2/x86_64
Summary : A freely licensed alternative to the GLUT library
URL : http://freeglut.sourceforge.net
License : MIT
Description : freeglut is a completely open source alternative to the OpenGL
: Utility Toolkit (GLUT) library with an OSI approved free software
: license. GLUT was originally written by Mark Kilgard to support
: the sample programs in the second edition OpenGL 'RedBook'. Since
: then, GLUT has been used in a wide variety of practical
: applications because it is simple, universally available and
: highly portable.
:
: freeglut allows the user to create and manage windows containing
: OpenGL contexts on a wide range of platforms and also read the
: mouse, keyboard and joystick functions.