How to Install and Use Yaourt in Arch Linux
www.tecmint.com › install-yaourt-in-arch-linuxMay 11, 2018 · Method 1: Install Yaourt in Arch Linux Using AUR. This method is a little longer, if you want a quick way of installing Yaourt, then check out the second method. Here, you need to start by installing all required packages as shown. $ 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.