flamerobin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
flamerobin: command not found
or when using sudo you get the following error message
sudo: flamerobin: command not found
Solutions to flamerobin: command not found
How To Fix flamerobin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu flamerobin is provided by flamerobin package.
flamerobin is:
FlameRobin is a graphical database administration tool for Firebird database management system.
Its goals are:
- to be lightweight (small footprint, fast execution)
- cross-platform (Linux, Windows for start, others planned too)
- dependent only on other open source software
You need to setup firebird server on local or remote machine before using FlameRobin. See package firebird3.0-server.
To fix this problem, we can install more using the command below.
sudo apt-get -y install flamerobin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install flamerobin.
sudo apt -y install flamerobin
Or if you have aptitude installed you can use the following command.
sudo aptitude install flamerobin
Summary
In this tutorial we learn how to fix flamerobin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.