arangodb on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S arangodb

* (Optional) Uninstall arangodb on Arch using YAY

$ yay -Rns arangodb

2. Manually Install "arangodb" via AUR

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

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

b. Clone arangodb's git locally

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

c. Go to ~/arangodb folder and install it

$ cd ~/arangodb $ makepkg -si

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

ID: 883271
Name: arangodb
PackageBaseID: 62227
PackageBase: arangodb
Version: 3.7.10-1
Description: A multi-model NoSQL database, combining key-value, document and graph data models.
URL: https://www.arangodb.com/
NumVotes: 23
Popularity: 0.960804
OutOfDate: 1627485773
Maintainer: sleepycat
FirstSubmitted: 1345732173
LastModified: 1616728583
URLPath: /cgit/aur.git/snapshot/arangodb.tar.gz