firebird on AUR (Arch User Repository)

Last updated: May 18,2024

1. Install "firebird" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install firebird on Arch using YAY

$ yay -S firebird

* (Optional) Uninstall firebird on Arch using YAY

$ yay -Rns firebird

2. Manually Install "firebird" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone firebird's git locally

$ git clone https://aur.archlinux.org/firebird.git ~/firebird

c. Go to ~/firebird folder and install it

$ cd ~/firebird $ makepkg -si

3. Information about the firebird package on Arch User Repository (AUR)

ID: 1369071
Name: firebird
PackageBaseID: 175859
PackageBase: firebird
Version: 4.0.4.3010-1
Description: A open source SQL relational database management system (RDMS)
URL: http://www.firebirdsql.org/
NumVotes: 4
Popularity: 0.180892
OutOfDate: 1706483630
Maintainer: crank
Submitter: crank
FirstSubmitted: 1644491296
LastModified: 1702482222
URLPath: /cgit/aur.git/snapshot/firebird.tar.gz

5. The same packages on other Linux Distributions