Skip to content

Quicktip: How to install yaourt on archlinux

1. become root
2. edit file
3. run pacman
4. install yaourt
5. done

# sudo -s 
# cp /etc/pacman.conf /etc/pacman.conf.bak
# echo "[archlinuxfr] >> /etc/pacman.conf
# echo "Server = http://repo.archlinux.fr/x86_64" >> /etc/pacman.conf
# pacman -Syy
# pacman -Sy yaourt
# exit
# yaourt -Version
yaourt 1.3
homepage: http://archlinux.fr/yaourt-en
#

Post a Comment

You must be logged in to post a comment.