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

Last updated: June 24,2024

1. Install "fltk.i686" package

Please follow the instructions below to install fltk.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install fltk.i686

2. Uninstall "fltk.i686" package

Please follow the steps below to uninstall fltk.i686 on Oracle Linux 8:

$ sudo dnf remove fltk.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:50:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : fltk
Version : 1.3.4
Release : 5.el8
Architecture : i686
Size : 630 k
Source : fltk-1.3.4-5.el8.src.rpm
Repository : ol8_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.