tidb on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S tidb

* (Optional) Uninstall tidb on Arch using YAY

$ yay -Rns tidb

2. Manually Install "tidb" via AUR

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

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

b. Clone tidb's git locally

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

c. Go to ~/tidb folder and install it

$ cd ~/tidb $ makepkg -si

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

ID: 1045479
Name: tidb
PackageBaseID: 136848
PackageBase: tidb
Version: 5.4.0-1
Description: A distributed HTAP database compatible with the MySQL protocol
URL: https://github.com/pingcap/tidb
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: xuanwo
Submitter: xuanwo
FirstSubmitted: 1540307560
LastModified: 1646282989
URLPath: /cgit/aur.git/snapshot/tidb.tar.gz