conda-bash-completion on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S conda-bash-completion

* (Optional) Uninstall conda-bash-completion on Arch using YAY

$ yay -Rns conda-bash-completion

2. Manually Install "conda-bash-completion" via AUR

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

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

b. Clone conda-bash-completion's git locally

$ git clone https://aur.archlinux.org/conda-bash-completion.git ~/conda-bash-completion

c. Go to ~/conda-bash-completion folder and install it

$ cd ~/conda-bash-completion $ makepkg -si

3. Information about the conda-bash-completion package on Arch User Repository (AUR)

ID: 1337515
Name: conda-bash-completion
PackageBaseID: 198769
PackageBase: conda-bash-completion
Version: 1.7-1
Description: Bash completion for conda and mamba
URL: https://github.com/tartansandal/conda-bash-completion
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pika02
Submitter: pika02
FirstSubmitted: 1697865108
LastModified: 1697865108
URLPath: /cgit/aur.git/snapshot/conda-bash-completion.tar.gz