Skip to content

Instantly share code, notes, and snippets.

@logikv
Created November 29, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logikv/0706a506bb06b2dcb70330c7296e8c3c to your computer and use it in GitHub Desktop.
Save logikv/0706a506bb06b2dcb70330c7296e8c3c to your computer and use it in GitHub Desktop.
pacman -S --needed base-devel git wget yajl
cd /tmp
git clone https://aur.archlinux.org/package-query.git
cd package-query/
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt/
makepkg -si
cd ..
rm -dR yaourt/ package-query/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment