Skip to content

Instantly share code, notes, and snippets.

@yuvadm
Last active October 5, 2015 08:20
Show Gist options
  • Save yuvadm/71dc6e7245b9b3ae52cd to your computer and use it in GitHub Desktop.
Save yuvadm/71dc6e7245b9b3ae52cd to your computer and use it in GitHub Desktop.
Yaourt (AUR helper) Installation
sudo pacman -S --noconfirm base-devel yajl wget
cd /tmp
wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz
wget https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz
tar zxvf package-query.tar.gz
tar zxvf yaourt.tar.gz
cd package-query
makepkg -i
cd ../yaourt
makepkg -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment