After getting some very useful advice from my previous question I'm now trying a different approach to installing Firebird. Rather than trying to install 5.0 through tar.gz files I'm not trying to install 3.0 using the Synaptic Package Manager (SPM).
The packages being installed include
firebird3.0-server
firebird3.0-server-core
firebird3.0-utils
firebird3.0-common
firebird3.0-examples
The version installed is 3.0.8.33535.ds4-1ubuntu2.
The installed files are put into various places including
/etc/firebird/3.0
/lib/systemd/system/firebird3.0.service
/usr/bin/fb_lock_print
/usr/lib/tmpfiles.d
/usr/lib/x86_64-linux-gnu/firebird/3.0/databases.conf
/usr/lib/x86_64-linux-gnu/firebird/3.0/fbtrace.conf
/usr/sbin/firebird
/usr/share/doc/firebird3.0-common-doc
/usr/share/firebird/3.0
/var/lib/firebird/3.0/data
Despite the comment in Section 4.1 of the Firebird 3.0 Quick-Start Guide (
https://www.firebirdsql.org/file/documentation/pdf/en/firebirddocs/qsg3/firebird-3-quickstartguide.pdf) that the default location for firebird files is "/opt/firebird" there are no files under /opt.
For the firebird3.0-examples packages the destination folders are given as
/usr/share/doc/firebird3.0-common-doc/examples
/usr/share/doc/firebird3.0-examples
(There does seem to be a duplication of folders and files between these two folders).
I can see a /usr/share/doc/firebird3.0-common-doc/examples/employee.sql.gz file.
Neither from the lists of installed files in the SPM nor from searching in Thunar can I find an employees.fdb file.
Am I missing something?
Any help would be appreciated.
Thanks