vala0.42 on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S vala0.42

* (Optional) Uninstall vala0.42 on Arch using YAY

$ yay -Rns vala0.42

2. Manually Install "vala0.42" via AUR

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

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

b. Clone vala0.42's git locally

$ git clone https://aur.archlinux.org/vala0.42.git ~/vala0.42

c. Go to ~/vala0.42 folder and install it

$ cd ~/vala0.42 $ makepkg -si

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