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

Last updated: April 29,2024

1. Install "fltk.src" package

This is a short guide on how to install fltk.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install fltk.src

2. Uninstall "fltk.src" package

Please follow the steps below to uninstall fltk.src on Oracle Linux 9:

$ sudo dnf remove fltk.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:20:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fltk
Version : 1.3.8
Release : 1.el9
Architecture : src
Size : 5.1 M
Source : None
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.