Last active
October 5, 2015 08:20
-
-
Save yuvadm/71dc6e7245b9b3ae52cd to your computer and use it in GitHub Desktop.
Yaourt (AUR helper) Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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