# # /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 #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto Color # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = linux-ck-headers linux-ck vim-youcompleteme* brackets-bin #IgnoreGroup = #NoUpgrade = #NoExtract = # Misc options #UseSyslog ILoveCandy CheckSpace VerbosePkgLists # DisableSandbox is equivalent to setting both DisableSandboxFilesystem and DisableSandboxSyscalls DisableSandbox #DisableSandboxFilesystem #DisableSandboxSyscalls DownloadUser = foo # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional RemoteFileSigLevel = Required [testing] Include = tests/mirrorlist [core] Include = tests/mirrorlist [extra] Include = tests/mirrorlist [community-testing] Include = tests/mirrorlist [community] Include = tests/mirrorlist [multilib-testing] Include = tests/mirrorlist [multilib] Include = tests/mirrorlist