dolt on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S dolt

* (Optional) Uninstall dolt on Arch using YAY

$ yay -Rns dolt

2. Manually Install "dolt" via AUR

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

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

b. Clone dolt's git locally

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

c. Go to ~/dolt folder and install it

$ cd ~/dolt $ makepkg -si

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

ID: 1133204
Name: dolt
PackageBaseID: 150943
PackageBase: dolt
Version: 0.40.32-1
Description: Git for data! A version controlled relational database
URL: https://www.dolthub.com
NumVotes: 4
Popularity: 0.969007
OutOfDate:
Maintainer: alerque
FirstSubmitted: 1585671982
LastModified: 1661932614
URLPath: /cgit/aur.git/snapshot/dolt.tar.gz

5. The same packages on other Linux Distributions