liblbfgs on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S liblbfgs

* (Optional) Uninstall liblbfgs on Arch using YAY

$ yay -Rns liblbfgs

2. Manually Install "liblbfgs" via AUR

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

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

b. Clone liblbfgs's git locally

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

c. Go to ~/liblbfgs folder and install it

$ cd ~/liblbfgs $ makepkg -si

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

ID: 1391067
Name: liblbfgs
PackageBaseID: 34536
PackageBase: liblbfgs
Version: 1.10-2
Description: A C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
URL: http://www.chokkan.org/software/liblbfgs/
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: danieltetraquark
Submitter: ngukho
FirstSubmitted: 1265964010
LastModified: 1706020929
URLPath: /cgit/aur.git/snapshot/liblbfgs.tar.gz