Setting Up
-
Make Pacman Repo File
Use nano Editor like:sudo nano /etc/pacman.conf
Append:
[archlinuxfr] SigLevel = Never Server = http://repo.archlinux.fr/$arch
Ctrl+x to Save and close the file.
-
Then to Install Yaourt
Simply run:sudo pacman -Sy yaourt
Thanks to ostechnix.com
Contents