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

Last updated: May 19,2024

1. Install "fltk.src" package

Please follow the guidance below to install fltk.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install fltk.src

2. Uninstall "fltk.src" package

In this section, we are going to explain the necessary steps to uninstall fltk.src on Oracle Linux 8:

$ sudo dnf remove fltk.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:28:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : fltk
Version : 1.3.4
Release : 5.el8
Architecture : src
Size : 5.0 M
Source : None
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.