lightgbm on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S lightgbm

* (Optional) Uninstall lightgbm on Arch using YAY

$ yay -Rns lightgbm

2. Manually Install "lightgbm" via AUR

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

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

b. Clone lightgbm's git locally

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

c. Go to ~/lightgbm folder and install it

$ cd ~/lightgbm $ makepkg -si

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

ID: 1202197
Name: lightgbm
PackageBaseID: 133571
PackageBase: lightgbm
Version: 3.3.5-1
Description: Distributed gradient boosting framework based on decision tree algorithms.
URL: https://github.com/Microsoft/LightGBM
NumVotes: 2
Popularity: 0
OutOfDate: 1698518540
Maintainer:
Submitter: akstrfn
FirstSubmitted: 1529161166
LastModified: 1674721118
URLPath: /cgit/aur.git/snapshot/lightgbm.tar.gz