mongodb on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S mongodb

* (Optional) Uninstall mongodb on Arch using YAY

$ yay -Rns mongodb

2. Manually Install "mongodb" via AUR

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

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

b. Clone mongodb's git locally

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

c. Go to ~/mongodb folder and install it

$ cd ~/mongodb $ makepkg -si

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

ID: 1421327
Name: mongodb
PackageBaseID: 138853
PackageBase: mongodb
Version: 7.0.6-1
Description: A high-performance, open source, schema-free document-oriented database
URL: https://www.mongodb.com/
NumVotes: 34
Popularity: 0.935183
OutOfDate:
Maintainer: JstKddng
Submitter: felixonmars
FirstSubmitted: 1547849292
LastModified: 1709664317
URLPath: /cgit/aur.git/snapshot/mongodb.tar.gz