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

Last updated: May 18,2024

1. Install "fltk.i686" package

Here is a brief guide to show you how to install fltk.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install fltk.i686

2. Uninstall "fltk.i686" package

This tutorial shows how to uninstall fltk.i686 on Amazon Linux 2:

$ sudo yum remove fltk.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : fltk
Arch : i686
Version : 1.3.4
Release : 1.amzn2.0.2
Size : 604 k
Repo : amzn2-core/2/x86_64
Summary : C++ user interface toolkit
URL : http://www.fltk.org/
License : LGPLv2+ with exceptions
Description : FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit.
: It provides modern GUI functionality without the bloat, and
: supports 3D graphics via OpenGL and its built-in GLUT emulation.