2 # @sysconfdir@/pacman.conf
4 # See the pacman.conf(5) manpage for option and repository directives
10 # The following paths are commented out with their default values listed.
11 # If you wish to use different paths, uncomment and update the paths.
13 #DBPath = @localstatedir@/lib/pacman/
14 #CacheDir = @localstatedir@/cache/pacman/pkg/
15 #LogFile = @localstatedir@/log/pacman.log
16 #GPGDir = @sysconfdir@/pacman.d/gnupg/
17 HoldPkg = pacman glibc
18 # If upgrades are available for these packages they will be asked for first
20 #XferCommand = /usr/bin/curl -C - -f %u > %o
21 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
22 #CleanMethod = KeepInstalled
25 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
39 # PGP signature checking
44 # - can be defined here or included from another file
45 # - pacman will search repositories in the order defined here
46 # - local/custom mirrors can be added here or in separate files
47 # - repositories listed first will take precedence when packages
48 # have identical names, regardless of version number
49 # - URLs will have $repo replaced by the name of the current repo
50 # - URLs will have $arch replaced by the name of the architecture
52 # Repository entries are of the format:
55 # Include = IncludePath
57 # The header [repo-name] is crucial - it must be present and
58 # uncommented to enable the repo.
61 # An example of a disabled remote package repository with multiple servers
62 # available. To enable, uncomment the following lines. You can add preferred
63 # servers immediately after the header and they will be used before the
67 #Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
68 # The file referenced here should contain a list of 'Server = ' lines.
69 #Include = @sysconfdir@/pacman.d/mirrorlist
71 # An example of a custom package repository. See the pacman manpage for
72 # tips on creating your own repositories.
74 #SigLevel = Optional TrustAll
75 #Server = file:///home/custompkgs