Skip to content

Instantly share code, notes, and snippets.

@deomorxsy
Last active August 17, 2019 22:45
Show Gist options
  • Save deomorxsy/9fdd14a1f0a4333b88a599cbdea0936a to your computer and use it in GitHub Desktop.
Save deomorxsy/9fdd14a1f0a4333b88a599cbdea0936a to your computer and use it in GitHub Desktop.
Installing yaourt in arch-based linux distros.

Yaourt install in arch-based linux distros

$ sudo 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 /tmp/
$ git clone https://aur.archlinux.org/yaourt.git
$ cd yaourt/
$ makepkg -si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment