python-lmfit on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S python-lmfit

* (Optional) Uninstall python-lmfit on Arch using YAY

$ yay -Rns python-lmfit

2. Manually Install "python-lmfit" via AUR

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

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

b. Clone python-lmfit's git locally

$ git clone https://aur.archlinux.org/python-lmfit.git ~/python-lmfit

c. Go to ~/python-lmfit folder and install it

$ cd ~/python-lmfit $ makepkg -si

3. Information about the python-lmfit package on Arch User Repository (AUR)

ID: 1310362
Name: python-lmfit
PackageBaseID: 60456
PackageBase: python-lmfit
Version: 1.2.2-1
Description: Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize.leastsq, and with many additional classes and methods for curve fitting
URL: http:/lmfit.github.io/lmfit-py/
NumVotes: 9
Popularity: 1.0E-6
OutOfDate:
Maintainer: greyltc
Submitter: Francois_B
FirstSubmitted: 1341165724
LastModified: 1693252353
URLPath: /cgit/aur.git/snapshot/python-lmfit.tar.gz