vundle on AUR (Arch User Repository)

Last updated: November 27,2024

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

$ yay -S vundle

* (Optional) Uninstall vundle on Arch using YAY

$ yay -Rns vundle

2. Manually Install "vundle" via AUR

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

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

b. Clone vundle's git locally

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

c. Go to ~/vundle folder and install it

$ cd ~/vundle $ makepkg -si

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

ID: 340524
Name: vundle
PackageBaseID: 91896
PackageBase: vundle
Version: 0.10.2-2
Description: Plug-in manager for Vim
URL: https://github.com/VundleVim/Vundle.vim
NumVotes: 54
Popularity: 0.013875
OutOfDate:
Maintainer: anthraxx
Submitter: anthraxx
FirstSubmitted: 1428106768
LastModified: 1474472317
URLPath: /cgit/aur.git/snapshot/vundle.tar.gz