miniconda3 on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S miniconda3

* (Optional) Uninstall miniconda3 on Arch using YAY

$ yay -Rns miniconda3

2. Manually Install "miniconda3" via AUR

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

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

b. Clone miniconda3's git locally

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

c. Go to ~/miniconda3 folder and install it

$ cd ~/miniconda3 $ makepkg -si

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

ID: 1424461
Name: miniconda3
PackageBaseID: 133079
PackageBase: miniconda3
Version: 24.1.2.0-3
Description: Mini version of Anaconda Python distribution
URL: https://conda.io/en/latest/miniconda
NumVotes: 46
Popularity: 0.146653
OutOfDate:
Maintainer: carlosal1015
Submitter: jadelord
FirstSubmitted: 1527912373
LastModified: 1710091669
URLPath: /cgit/aur.git/snapshot/miniconda3.tar.gz