[quote="Lars"]
gebe ich den nur ein ohne sudo und pacman ?
[/quote]
Das ist kein Befehl zum Eingeben, sondern Du öffnest mit deinem Lieblingseditor die Datei /etc/pacman.conf und ergänzt dort diese Zeile. Den Editor musst Du mit sudo aufrufen, weil /etc/pacman.conf nur von root besvhreibbar ist.
Also etwa so (ich nehme meinen Lieblingseditor pluma, kannst Du aber nehmen, wen immer Du magst):
Code: Alles auswählen
sudo pluma /etc/pacman.conf
Code: Alles auswählen
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir  = /
#DBPath   = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
#LogFile  = /var/log/pacman.log
#GPGDir   = /etc/pacman.d/gnupg/
#HookDir  = /etc/pacman.d/hooks/
HoldPkg   = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst  = manjaro-system archlinux-keyring manjaro-keyring
Nun alles klar? Wenn nicht, nochmal nachfragen, noch bin ich hier ca. 10 Minuten am PC

Viele Grüße gosia