Wenn ich z.B. ImageMagick installieren möchte:
[root@myhost ~]# pacman -S ImageMagick
warning: current locale is invalid; using default "C" locale
error: 'ImageMagick': not found in sync db
Wenn ich pacman -Syu mache möchte er nen neuen Kernel installieren ... da ich allerdings recht neu bin mit ArchLinux wollte ich das noch nicht einfach so machen ....
Hier meine pacman.conf:
#
#[testing]
#Server =
ftp://ftp.archlinux.org/testing/os/i686
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable
#[community]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/community
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
[compiz-fusion]
Server =
http://arch.nesl247.org/compiz-fusion/i686
HELP