···11-#
22-# /etc/pacman.conf
33-#
44-# See the pacman.conf(5) manpage for option and repository directives
55-66-#
77-# GENERAL OPTIONS
88-#
99-[options]
1010-# The following paths are commented out with their default values listed.
1111-# If you wish to use different paths, uncomment and update the paths.
1212-#RootDir = /
1313-#DBPath = /var/lib/pacman/
1414-#CacheDir = /var/cache/pacman/pkg/
1515-#LogFile = /var/log/pacman.log
1616-#GPGDir = /etc/pacman.d/gnupg/
1717-#HookDir = /etc/pacman.d/hooks/
1818-HoldPkg = pacman glibc
1919-#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
2020-#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
2121-#CleanMethod = KeepInstalled
2222-Architecture = auto
2323-2424-# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
2525-#IgnorePkg =
2626-#IgnoreGroup =
2727-2828-#NoUpgrade =
2929-#NoExtract =
3030-3131-# Misc options
3232-#UseSyslog
3333-#Color
3434-#NoProgressBar
3535-CheckSpace
3636-#VerbosePkgLists
3737-ParallelDownloads = 5
3838-3939-# By default, pacman accepts packages signed by keys that its local keyring
4040-# trusts (see pacman-key and its man page), as well as unsigned packages.
4141-SigLevel = Required DatabaseOptional
4242-LocalFileSigLevel = Optional
4343-#RemoteFileSigLevel = Required
4444-4545-# NOTE: You must run `pacman-key --init` before first using pacman; the local
4646-# keyring can then be populated with the keys of all official Arch Linux
4747-# packagers with `pacman-key --populate archlinux`.
4848-4949-#
5050-# REPOSITORIES
5151-# - can be defined here or included from another file
5252-# - pacman will search repositories in the order defined here
5353-# - local/custom mirrors can be added here or in separate files
5454-# - repositories listed first will take precedence when packages
5555-# have identical names, regardless of version number
5656-# - URLs will have $repo replaced by the name of the current repo
5757-# - URLs will have $arch replaced by the name of the architecture
5858-#
5959-# Repository entries are of the format:
6060-# [repo-name]
6161-# Server = ServerName
6262-# Include = IncludePath
6363-#
6464-# The header [repo-name] is crucial - it must be present and
6565-# uncommented to enable the repo.
6666-#
6767-6868-# The testing repositories are disabled by default. To enable, uncomment the
6969-# repo name header and Include lines. You can add preferred servers immediately
7070-# after the header, and they will be used before the default mirrors.
7171-7272-#[core-testing]
7373-#Include = /etc/pacman.d/mirrorlist
7474-7575-[core]
7676-Include = /etc/pacman.d/mirrorlist
7777-7878-#[extra-testing]
7979-#Include = /etc/pacman.d/mirrorlist
8080-8181-[extra]
8282-Include = /etc/pacman.d/mirrorlist
8383-8484-# If you want to run 32 bit applications on your x86_64 system,
8585-# enable the multilib repositories as required here.
8686-8787-#[multilib-testing]
8888-#Include = /etc/pacman.d/mirrorlist
8989-9090-[multilib]
9191-Include = /etc/pacman.d/mirrorlist
9292-9393-# An example of a custom package repository. See the pacman manpage for
9494-# tips on creating your own repositories.
9595-#[custom]
9696-#SigLevel = Optional TrustAll
9797-#Server = file:///home/custompkgs