Y
Hacker News
new
|
ask
|
show
|
jobs
by
biobot
5254 days ago
You should've tried this:
https://wiki.archlinux.org/index.php/Yaourt
1 comments
acabal
5254 days ago
That's exactly what I was trying to install. I just couldn't get it to work. No doubt some simple step I had overlooked, but not being able to install the installer was extremely frustrating.
link
tadfisher
5254 days ago
Download tarball, unpack, run `makepkg`, run `pacman -U <pkg>.tar.gz`. It's all here:
https://wiki.archlinux.org/index.php/AUR#Installing_packages
link
xiongchiamiov
5254 days ago
Or the even easier:
#> vim /etc/pacman.conf [archlinuxfr] Server =
http://repo.archlinux.fr/$arch
#> pacman -Sy yaourt
link