ecos on AUR (Arch User Repository)

Last updated: June 08,2024

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

$ yay -S ecos

* (Optional) Uninstall ecos on Arch using YAY

$ yay -Rns ecos

2. Manually Install "ecos" via AUR

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

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

b. Clone ecos's git locally

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

c. Go to ~/ecos folder and install it

$ cd ~/ecos $ makepkg -si

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

ID: 1051032
Name: ecos
PackageBaseID: 118949
PackageBase: ecos
Version: 2.0.10-1
Description: A lightweight conic solver for second-order cone programming.
URL: https://www.embotech.com/ECOS
NumVotes: 5
Popularity: 0.006259
OutOfDate:
Maintainer: thrasibule
FirstSubmitted: 1484927647
LastModified: 1647282809
URLPath: /cgit/aur.git/snapshot/ecos.tar.gz

5. The same packages on other Linux Distributions