How To Install fltk on Fedora 36

In this tutorial we learn how to install fltk in Fedora 36. fltk is C++ user interface toolkit

Introduction

In this tutorial we learn how to install fltk on Fedora 36.

What is fltk

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.

We can use yum or dnf to install fltk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fltk.

Install fltk on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install fltk using dnf by running the following command:

sudo dnf -y install fltk

Install fltk on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fltk using yum by running the following command:

sudo yum -y install fltk

How To Uninstall fltk on Fedora 36

To uninstall only the fltk package we can use the following command:

sudo dnf remove fltk

fltk Package Contents on Fedora 36

---
title: "How To Install fltk on Fedora 36"
linkTitle: "fltk"
type: "docs"
description: "In this tutorial we learn how to install fltk in Fedora 36. fltk is C++ user interface toolkit"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fltk-featured.png
---

## Introduction

In this tutorial we learn how to install `fltk` on Fedora 36.

### What is `fltk`

> 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.  

We can use `yum` or `dnf` to install `fltk` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fltk.

## Install fltk on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install fltk using dnf by running the following command:

sudo dnf -y install fltk

Install fltk on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fltk using yum by running the following command:

sudo yum -y install fltk

How To Uninstall fltk on Fedora 36

To uninstall only the fltk package we can use the following command:

sudo dnf remove fltk

fltk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/8bdc6bcbfb6b5e6842226f438c4605dccb9ec4
/usr/lib/.build-id/59
/usr/lib/.build-id/59/b29c6fd320749f0961adb877c38c05a1727c02
/usr/lib/.build-id/62
/usr/lib/.build-id/62/5bfd71343db01932eff8e9277aab37deef3312
/usr/lib/.build-id/76
/usr/lib/.build-id/76/17b0dfc4554720705b931353cad66888f23016
/usr/lib/libfltk.so.1.3
/usr/lib/libfltk.so.1.3.8
/usr/lib/libfltk_forms.so.1.3
/usr/lib/libfltk_forms.so.1.3.8
/usr/lib/libfltk_gl.so.1.3
/usr/lib/libfltk_gl.so.1.3.8
/usr/lib/libfltk_images.so.1.3
/usr/lib/libfltk_images.so.1.3.8
/usr/share/doc/fltk
/usr/share/doc/fltk/ANNOUNCEMENT
/usr/share/doc/fltk/CHANGES
/usr/share/doc/fltk/CREDITS
/usr/share/doc/fltk/README
/usr/share/licenses/fltk
/usr/share/licenses/fltk/COPYING

References

Summary

In this tutorial we learn how to install fltk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/00 /usr/lib/.build-id/00/63c571216746a37f18f39fb10cc098cb803a20 /usr/lib/.build-id/50 /usr/lib/.build-id/50/ed19b7837aa75f097cbe54106f9f8718fb43cc /usr/lib/.build-id/51 /usr/lib/.build-id/51/a71be179e8b0a41999c24a01cc134b95e9015a /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/7b2882c7229290288920e15397e357d1e4061f /usr/lib64/libfltk.so.1.3 /usr/lib64/libfltk.so.1.3.8 /usr/lib64/libfltk_forms.so.1.3 /usr/lib64/libfltk_forms.so.1.3.8 /usr/lib64/libfltk_gl.so.1.3 /usr/lib64/libfltk_gl.so.1.3.8 /usr/lib64/libfltk_images.so.1.3 /usr/lib64/libfltk_images.so.1.3.8 /usr/share/doc/fltk /usr/share/doc/fltk/ANNOUNCEMENT /usr/share/doc/fltk/CHANGES /usr/share/doc/fltk/CREDITS /usr/share/doc/fltk/README /usr/share/licenses/fltk /usr/share/licenses/fltk/COPYING


## References

* [fltk website](http://www.fltk.org/)

## Summary

In this tutorial we learn how to install `fltk` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).