Arch Linux Tutorial – How to install yaourt on Arch Linux 2017. Hello everyone, today we will show you how to install yaourt on Arch Linux 2017. Yaourt is a command line interface program which complete pacman for installing software on Arch Linux. YAOURT stands for Yet AnOther User Repository Tool that can be used to install software from AUR repository. For Arch users it is recommended to have yaourt installed since there are more than 40,000 ++ packages are available on AUR.
In order to install yaourt on Arch Linux, follow these steps
Edit file /etc/pacman.conf
sudo nano /etc/pacman.conf
Copy and paste these lines to the file at the bottom:
[archlinuxfr] SigLevel = Never Server = http://repo.archlinux.fr/$arch
Now we can install yaourt
sudo pacman -S yaourt
That’s it now you can use yaourt command to install packages.
Leave a Reply