fbguard

Firebird Server - an RDBMS based on InterBase 6.0 code

Install

All systems
curl cmd.cat/fbguard.sh
Debian Debian
apt-get install firebird2.5-server-common
Ubuntu
apt-get install firebird2.5-server-common
image/svg+xml Kali Linux
apt-get install firebird3.0-server
Fedora
dnf install firebird
Windows (WSL2)
sudo apt-get update sudo apt-get install firebird2.5-server-common
Raspbian
apt-get install firebird2.1-super

firebird3.0-server

Firebird Server - an RDBMS based on InterBase 6.0 code

Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. This package contains the server binary as well as its configuration files. The default mode of operation is the so called "superclassic", which is a multi-threaded server -- each connection starts a separate thread and each connection has its own page cache. The two other operation modes -- "classic" (separate process/cache for each connection; started from the internet super-server inetd or xinetd) and "super" (single-threaded server process with shared cache between connections) are also available via configuration options.

firebird

SQL relational database management system

firebird2.5-server-common

common files for firebird 2.5 servers

This package contains files common to super and classic Firebird servers. These include the security database, manual pages, support scripts as well as configuration files in /etc/firebird/2.5. Please refer to the firebird2.5-super or firebird2.5-classic packages for more information about Firebird in general.

firebird2.1-super

Firebird Super Server - an RDBMS based on InterBase 6.0 code

Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. The "super" architecture uses separate threads to handle each connection. It has its advantages (eg: is usually faster and more efficient for large numbers of clients) but is unable to use more that one CPU on an SMP system and under some circumstances a client may crash all server threads. This package contains the 2.1 branch of Firebird. Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.