How To Install flamerobin on Fedora 36
Introduction
In this tutorial we learn how to install flamerobin
on Fedora 36.
What is flamerobin
FlameRobin is a database administration tool for Firebird DBMS based on wxgtk toolkit.
We can use yum
or dnf
to install flamerobin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flamerobin.
Install flamerobin 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 flamerobin
using dnf
by running the following command:
sudo dnf -y install flamerobin
Install flamerobin 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 flamerobin
using yum
by running the following command:
sudo yum -y install flamerobin
How To Uninstall flamerobin on Fedora 36
To uninstall only the flamerobin
package we can use the following command:
sudo dnf remove flamerobin
flamerobin Package Contents on Fedora 36
/usr/bin/flamerobin
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/cf759ab4d88a904d29eeefd8f52385c891070c
/usr/share/applications/flamerobin.desktop
/usr/share/doc/flamerobin
/usr/share/doc/flamerobin/flamerobin.1
/usr/share/doc/flamerobin/fr_license.html
/usr/share/doc/flamerobin/fr_whatsnew.html
/usr/share/doc/flamerobin/html.css
/usr/share/flamerobin
/usr/share/flamerobin/code-templates
/usr/share/flamerobin/code-templates/create_change_trigger.confdef
/usr/share/flamerobin/code-templates/create_change_trigger.info
/usr/share/flamerobin/code-templates/create_change_trigger.template
/usr/share/flamerobin/code-templates/create_selectable_execute_block.confdef
/usr/share/flamerobin/code-templates/create_selectable_execute_block.info
/usr/share/flamerobin/code-templates/create_selectable_execute_block.template
/usr/share/flamerobin/code-templates/create_selectable_procedure.confdef
/usr/share/flamerobin/code-templates/create_selectable_procedure.info
/usr/share/flamerobin/code-templates/create_selectable_procedure.template
/usr/share/flamerobin/code-templates/create_trigger.confdef
/usr/share/flamerobin/code-templates/create_trigger.info
/usr/share/flamerobin/code-templates/create_trigger.template
/usr/share/flamerobin/code-templates/delete.confdef
/usr/share/flamerobin/code-templates/delete.info
/usr/share/flamerobin/code-templates/delete.template
/usr/share/flamerobin/code-templates/extract_full_ddl.info
/usr/share/flamerobin/code-templates/extract_full_ddl.template
/usr/share/flamerobin/code-templates/insert.confdef
/usr/share/flamerobin/code-templates/insert.info
/usr/share/flamerobin/code-templates/insert.template
/usr/share/flamerobin/code-templates/select.confdef
/usr/share/flamerobin/code-templates/select.info
/usr/share/flamerobin/code-templates/select.template
/usr/share/flamerobin/code-templates/template_info.confdef
/usr/share/flamerobin/code-templates/update.confdef
/usr/share/flamerobin/code-templates/update.info
/usr/share/flamerobin/code-templates/update.template
/usr/share/flamerobin/conf-defs
/usr/share/flamerobin/conf-defs/db_settings.confdef
/usr/share/flamerobin/conf-defs/fr_settings.confdef
/usr/share/flamerobin/html-templates
/usr/share/flamerobin/html-templates/ALLloading.html
/usr/share/flamerobin/html-templates/DATABASE.html
/usr/share/flamerobin/html-templates/DATABASEtriggers.html
/usr/share/flamerobin/html-templates/DDL.html
/usr/share/flamerobin/html-templates/DOMAIN.html
/usr/share/flamerobin/html-templates/EXCEPTION.html
/usr/share/flamerobin/html-templates/FUNCTION.html
/usr/share/flamerobin/html-templates/GENERATOR.html
/usr/share/flamerobin/html-templates/PROCEDURE.html
/usr/share/flamerobin/html-templates/PROCEDUREprivileges.html
/usr/share/flamerobin/html-templates/ROLE.html
/usr/share/flamerobin/html-templates/ROLEprivileges.html
/usr/share/flamerobin/html-templates/SERVER.html
/usr/share/flamerobin/html-templates/TABLE.html
/usr/share/flamerobin/html-templates/TABLEconstraints.html
/usr/share/flamerobin/html-templates/TABLEindices.html
/usr/share/flamerobin/html-templates/TABLEprivileges.html
/usr/share/flamerobin/html-templates/TABLEtriggers.html
/usr/share/flamerobin/html-templates/TRIGGER.html
/usr/share/flamerobin/html-templates/VIEW.html
/usr/share/flamerobin/html-templates/VIEWprivileges.html
/usr/share/flamerobin/html-templates/VIEWtriggers.html
/usr/share/flamerobin/html-templates/compute.png
/usr/share/flamerobin/html-templates/dependencies.html
/usr/share/flamerobin/html-templates/drop.png
/usr/share/flamerobin/html-templates/header.html
/usr/share/flamerobin/html-templates/ok.png
/usr/share/flamerobin/html-templates/ok2.png
/usr/share/flamerobin/html-templates/redx.png
/usr/share/flamerobin/html-templates/view.png
/usr/share/flamerobin/sys-templates
/usr/share/flamerobin/sys-templates/browse_data.template
/usr/share/flamerobin/sys-templates/execute_procedure.template
/usr/share/flamerobin/sys-templates/save_as_csv.confdef
/usr/share/flamerobin/sys-templates/save_as_csv.template
/usr/share/icons/hicolor/128x128/apps/flamerobin.png
/usr/share/icons/hicolor/16x16/apps/flamerobin.png
/usr/share/icons/hicolor/32x32/apps/flamerobin.png
/usr/share/icons/hicolor/48x48/apps/flamerobin.png
/usr/share/man/man1/flamerobin.1.gz
References
Summary
In this tutorial we learn how to install flamerobin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).