How To Install fltk-fluid on Fedora 36
Introduction
In this tutorial we learn how to install fltk-fluid
on Fedora 36.
What is fltk-fluid
Fast Light User Interface Designer, an interactive GUI designer for fltk.
We can use yum
or dnf
to install fltk-fluid
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fltk-fluid.
Install fltk-fluid 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-fluid
using dnf
by running the following command:
sudo dnf -y install fltk-fluid
Install fltk-fluid 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-fluid
using yum
by running the following command:
sudo yum -y install fltk-fluid
How To Uninstall fltk-fluid on Fedora 36
To uninstall only the fltk-fluid
package we can use the following command:
sudo dnf remove fltk-fluid
fltk-fluid Package Contents on Fedora 36
/usr/bin/fluid
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/11c0d5f977a2ae06a0db13f3f199466c5d12a7
/usr/share/applications/fluid.desktop
/usr/share/icons/hicolor/128x128/apps/fluid.png
/usr/share/icons/hicolor/32x32/apps/fluid.png
/usr/share/icons/hicolor/48x48/apps/fluid.png
/usr/share/icons/hicolor/64x64/apps/fluid.png
/usr/share/man/man1/fluid.1.gz
/usr/share/mime/packages/fluid.xml
References
Summary
In this tutorial we learn how to install fltk-fluid
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).