How to install Yaourt on Arch Linux

Yaourt is a command line interface program which complete pacman for installing additional software in Arch Linux. If you install Arch Linux from scratch, Yaourt won't be installed by default. We need to install it manually. Here I will show you how to install yaourt on Arch Linux.

install yaourt on arch

Steps to install yaourt on Arch Linux

I use the following steps to install yaourt on my Arch Linux

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

The command above has been proved to be working on my Arch Linux 2016, Kernel 4.8.12-2. For more information about yaourt commands, please visit the official page of yaourt.


EmoticonEmoticon