You are not logged in.
Pages: 1
My pacman.conf looks like this:
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64I included archlinuxfr so I could install yaourt. Isn't this repository a potential source of incompatible packages as stated in http://wiki.archlinux.org/index.php/Mirrors ? OTOH if I remove it I won't be able to update yaourt.
Note: If mirrors have been stated directly in pacman.conf, remember to use the same mirror for all repositories. Otherwise packages that are incompatible to each other may be installed, like kernel26 from [core] and an older kernel module from [extra].
Offline
You can install yaourt the old fashion way by downloading the PKGBUILD from the AUR and using makepkg...
But, you should be fine. Nothing from the archlinuxfr repo will be installed with in place of packages in the official repos. But of course, that repo is not supported and straight after large rebuilds you may have issues with the packages in it.
Offline
Pages: 1