Add AUR repository to Arch Linux via command line

It is important to have AUR repository enabled on our Arch Linux. The AUR repository provides many software and packages for Arch based Linux. Here I will show you how to enable or install AUR repository on Arch Linux via command line. I don't have any Desktop Environment yet on my Arch Linux.


Steps to add AUR repository on Arch Linux

Edit /etc/pacman.conf file using nano
nano /etc/pacman.conf
Now add the following lines at the bottom:
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch
Now refresh the repository
sudo pacman -Sy
Then install yaourt
sudo pacman -S yaourt


EmoticonEmoticon