anaconda on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S anaconda

* (Optional) Uninstall anaconda on Arch using YAY

$ yay -Rns anaconda

2. Manually Install "anaconda" via AUR

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

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

b. Clone anaconda's git locally

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

c. Go to ~/anaconda folder and install it

$ cd ~/anaconda $ makepkg -si

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

ID: 1416464
Name: anaconda
PackageBaseID: 71306
PackageBase: anaconda
Version: 2024.02.1-1
Description: Simplifies package management and deployment of Anaconda
URL: https://anaconda.com
NumVotes: 109
Popularity: 0.018642
OutOfDate:
Maintainer: carlosal1015
Submitter: flexiondotorg
FirstSubmitted: 1372085482
LastModified: 1709022789
URLPath: /cgit/aur.git/snapshot/anaconda.tar.gz