How to Install and Uninstall fltk.i686 Package on Oracle Linux 9

Last updated: May 05,2024

1. Install "fltk.i686" package

In this section, we are going to explain the necessary steps to install fltk.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install fltk.i686

2. Uninstall "fltk.i686" package

This guide covers the steps necessary to uninstall fltk.i686 on Oracle Linux 9:

$ sudo dnf remove fltk.i686 $ sudo dnf autoremove

3. Information about the fltk.i686 package on Oracle Linux 9

Last metadata expiration check: 3:46:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fltk
Version : 1.3.8
Release : 1.el9
Architecture : i686
Size : 660 k
Source : fltk-1.3.8-1.el9.src.rpm
Repository : ol9_appstream
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.