ceres-solver on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S ceres-solver

* (Optional) Uninstall ceres-solver on Arch using YAY

$ yay -Rns ceres-solver

2. Manually Install "ceres-solver" via AUR

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

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

b. Clone ceres-solver's git locally

$ git clone https://aur.archlinux.org/ceres-solver.git ~/ceres-solver

c. Go to ~/ceres-solver folder and install it

$ cd ~/ceres-solver $ makepkg -si

3. Information about the ceres-solver package on Arch User Repository (AUR)

ID: 1058319
Name: ceres-solver
PackageBaseID: 103873
PackageBase: ceres-solver
Version: 2.1.0-1
Description: Solver for nonlinear least squares problems
URL: http://ceres-solver.org/
NumVotes: 19
Popularity: 0.030747
OutOfDate:
Maintainer: dtag
FirstSubmitted: 1448617008
LastModified: 1648535039
URLPath: /cgit/aur.git/snapshot/ceres-solver.tar.gz

5. The same packages on other Linux Distributions