edgedb on AUR (Arch User Repository)

Last updated: October 05,2024

1. Install "edgedb" 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 edgedb on Arch using YAY

$ yay -S edgedb

* (Optional) Uninstall edgedb on Arch using YAY

$ yay -Rns edgedb

2. Manually Install "edgedb" via AUR

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

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

b. Clone edgedb's git locally

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

c. Go to ~/edgedb folder and install it

$ cd ~/edgedb $ makepkg -si

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

ID: 1290352
Name: edgedb
PackageBaseID: 191955
PackageBase: edgedb
Version: 3.1-1
Description: A graph-relational database with declarative schema, built-in migration system, and a next-generation query language.
URL: https://www.edgedb.com/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: fantix
Submitter: fantix
FirstSubmitted: 1679861403
LastModified: 1689622956
URLPath: /cgit/aur.git/snapshot/edgedb.tar.gz