xgboost on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S xgboost

* (Optional) Uninstall xgboost on Arch using YAY

$ yay -Rns xgboost

2. Manually Install "xgboost" via AUR

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

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

b. Clone xgboost's git locally

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

c. Go to ~/xgboost folder and install it

$ cd ~/xgboost $ makepkg -si

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

ID: 1350934
Name: xgboost
PackageBaseID: 190599
PackageBase: xgboost
Version: 2.0.2-1
Description: An optimized distributed gradient boosting library
URL: https://github.com/dmlc/xgboost
NumVotes: 1
Popularity: 0.004444
OutOfDate:
Maintainer:
Submitter: AchmadFathoni
FirstSubmitted: 1676891891
LastModified: 1699634877
URLPath: /cgit/aur.git/snapshot/xgboost.tar.gz