python-conda-build on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S python-conda-build

* (Optional) Uninstall python-conda-build on Arch using YAY

$ yay -Rns python-conda-build

2. Manually Install "python-conda-build" via AUR

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

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

b. Clone python-conda-build's git locally

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

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

$ cd ~/python-conda-build $ makepkg -si

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

ID: 1128069
Name: python-conda-build
PackageBaseID: 110411
PackageBase: python-conda-build
Version: 3.22.0-1
Description: Commands and tools for building conda packages
URL: http://conda.pydata.org/docs/building/build.html
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: cyrevolt
Submitter: cyrevolt
FirstSubmitted: 1461328536
LastModified: 1660945908
URLPath: /cgit/aur.git/snapshot/python-conda-build.tar.gz