vdr-api on AUR (Arch User Repository)
Last updated: February 02,2025
Deprecated! Installation of this package may no longer be supported.
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
Copied
b. Install vdr-api on Arch using YAY
$
yay -S
vdr-api
Copied
* (Optional) Uninstall vdr-api on Arch using YAY
$
yay -Rns
vdr-api
Copied
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
Copied
b. Clone vdr-api's git locally
$
git clone https://aur.archlinux.org/vdr-api.git
~/vdr-api
Copied
c. Go to ~/vdr-api folder and install it
$
cd
~/vdr-api
Copied
$
makepkg -si
Copied