How to Install firebird3.0-server in Ubuntu 18.04



Install firebird3.0-server by entering the following commands in the terminal:

sudo apt update
sudo apt install firebird3.0-server

Description:

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.

Homepage: http://firebirdsql.org/

Version: 3.0.2.32703.ds4-11ubuntu2

Section: universe/database