vpp on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S vpp

* (Optional) Uninstall vpp on Arch using YAY

$ yay -Rns vpp

2. Manually Install "vpp" via AUR

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

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

b. Clone vpp's git locally

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

c. Go to ~/vpp folder and install it

$ cd ~/vpp $ makepkg -si

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

ID: 556534
Name: vpp
PackageBaseID: 136267
PackageBase: vpp
Version: 18.10-1
Description: FD.io Vector Packet Processing
URL: https://fd.io/
NumVotes: 1
Popularity: 0.000293
OutOfDate: 1643218822
Maintainer:
FirstSubmitted: 1537908589
LastModified: 1541111704
URLPath: /cgit/aur.git/snapshot/vpp.tar.gz

5. The same packages on other Linux Distributions