vdr-api on AUR (Arch User Repository)

Last updated: February 02,2025

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

$ yay -S vdr-api

* (Optional) Uninstall vdr-api on Arch using YAY

$ yay -Rns vdr-api

2. Manually Install "vdr-api" via AUR

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

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

b. Clone vdr-api's git locally

$ git clone https://aur.archlinux.org/vdr-api.git ~/vdr-api

c. Go to ~/vdr-api folder and install it

$ cd ~/vdr-api $ makepkg -si

3. Information about the vdr-api package on Arch User Repository (AUR)