vim-pathogen on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S vim-pathogen

* (Optional) Uninstall vim-pathogen on Arch using YAY

$ yay -Rns vim-pathogen

2. Manually Install "vim-pathogen" via AUR

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

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

b. Clone vim-pathogen's git locally

$ git clone https://aur.archlinux.org/vim-pathogen.git ~/vim-pathogen

c. Go to ~/vim-pathogen folder and install it

$ cd ~/vim-pathogen $ makepkg -si

3. Information about the vim-pathogen package on Arch User Repository (AUR)

ID: 557450
Name: vim-pathogen
PackageBaseID: 46219
PackageBase: vim-pathogen
Version: 2.4-1
Description: A vim plugin for managing your runtimepath
URL: http://github.com/tpope/vim-pathogen
NumVotes: 128
Popularity: 0
OutOfDate:
Maintainer: drrossum
Submitter: falconindy
FirstSubmitted: 1297015634
LastModified: 1541409398
URLPath: /cgit/aur.git/snapshot/vim-pathogen.tar.gz