2009-10-08 03:40:19 +00:00
|
|
|
#
|
|
|
|
# /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
|
2012-01-17 22:38:54 +00:00
|
|
|
#GPGDir = /etc/pacman.d/gnupg/
|
2016-02-01 13:19:58 +00:00
|
|
|
#HookDir = /etc/pacman.d/hooks/
|
2009-10-08 03:40:19 +00:00
|
|
|
HoldPkg = pacman glibc
|
2011-03-25 23:16:57 +00:00
|
|
|
#XferCommand = /usr/bin/curl -C - -f %u > %o
|
2012-01-17 22:38:54 +00:00
|
|
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
2009-10-08 03:40:19 +00:00
|
|
|
#CleanMethod = KeepInstalled
|
2013-04-08 00:03:59 +00:00
|
|
|
#UseDelta = 0.7
|
2012-01-17 22:38:54 +00:00
|
|
|
Architecture = @CARCH@
|
2009-10-08 03:40:19 +00:00
|
|
|
|
|
|
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
|
|
#IgnorePkg =
|
|
|
|
#IgnoreGroup =
|
|
|
|
|
|
|
|
#NoUpgrade =
|
|
|
|
#NoExtract =
|
|
|
|
|
2012-01-17 22:38:54 +00:00
|
|
|
# Misc options
|
2009-10-08 03:40:19 +00:00
|
|
|
#UseSyslog
|
2013-04-08 00:03:59 +00:00
|
|
|
#Color
|
2009-10-08 03:40:19 +00:00
|
|
|
#TotalDownload
|
2012-01-17 22:38:54 +00:00
|
|
|
CheckSpace
|
|
|
|
#VerbosePkgLists
|
|
|
|
|
|
|
|
# PGP signature checking
|
|
|
|
# NOTE: None of this will work without running `pacman-key --init` first.
|
|
|
|
# The compiled in default is equivalent to the following line. This requires
|
|
|
|
# you to locally sign and trust packager keys using `pacman-key` for them to be
|
|
|
|
# considered valid.
|
2013-04-08 00:03:59 +00:00
|
|
|
#SigLevel = Required DatabaseOptional
|
|
|
|
#LocalFileSigLevel = Optional
|
|
|
|
#RemoteFileSigLevel = Required
|
2012-01-17 22:38:54 +00:00
|
|
|
# If you wish to check signatures but avoid local sign and trust issues, use
|
|
|
|
# the following line. This will treat any key imported into pacman's keyring as
|
|
|
|
# trusted.
|
|
|
|
#SigLevel = Optional TrustAll
|
|
|
|
# For now, off by default unless you read the above.
|
|
|
|
SigLevel = Never
|
2009-10-08 03:40:19 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# REPOSITORIES
|
2011-02-06 20:13:24 +00:00
|
|
|
# - can be defined here or included from another file
|
|
|
|
# - pacman will search repositories in the order defined here
|
|
|
|
# - local/custom mirrors can be added here or in separate files
|
|
|
|
# - repositories listed first will take precedence when packages
|
|
|
|
# have identical names, regardless of version number
|
|
|
|
# - URLs will have $repo replaced by the name of the current repo
|
|
|
|
# - URLs will have $arch replaced by the name of the architecture
|
|
|
|
#
|
|
|
|
# Repository entries are of the format:
|
|
|
|
# [repo-name]
|
|
|
|
# Server = ServerName
|
|
|
|
# Include = IncludePath
|
|
|
|
#
|
|
|
|
# The header [repo-name] is crucial - it must be present and
|
|
|
|
# uncommented to enable the repo.
|
2009-12-07 20:25:36 +00:00
|
|
|
#
|
|
|
|
|
2011-03-25 23:16:57 +00:00
|
|
|
# The testing repositories are disabled by default. To enable, uncomment the
|
|
|
|
# repo name header and Include lines. You can add preferred servers immediately
|
|
|
|
# after the header, and they will be used before the default mirrors.
|
|
|
|
|
2009-10-08 03:40:19 +00:00
|
|
|
[core]
|
2011-02-06 20:13:24 +00:00
|
|
|
Include = /etc/pacman.d/mirrorlist
|
2009-10-08 03:40:19 +00:00
|
|
|
|
|
|
|
[extra]
|
2011-02-06 20:13:24 +00:00
|
|
|
Include = /etc/pacman.d/mirrorlist
|
2009-12-07 20:25:36 +00:00
|
|
|
|
|
|
|
[community]
|
2011-02-06 20:13:24 +00:00
|
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
|
2012-03-12 20:57:30 +00:00
|
|
|
[alarm]
|
|
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
|
2011-02-06 20:13:24 +00:00
|
|
|
[aur]
|
|
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
|
|
|
|
# An example of a custom package repository. See the pacman manpage for
|
|
|
|
# tips on creating your own repositories.
|
|
|
|
#[custom]
|
2012-01-17 22:38:54 +00:00
|
|
|
#SigLevel = Optional TrustAll
|
2011-02-06 20:13:24 +00:00
|
|
|
#Server = file:///home/custompkgs
|
|
|
|
|