pacman.conf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5. #
  6. # GENERAL OPTIONS
  7. #
  8. [options]
  9. # The following paths are commented out with their default values listed.
  10. # If you wish to use different paths, uncomment and update the paths.
  11. #RootDir = /
  12. #DBPath = /var/lib/pacman/
  13. #CacheDir = /var/cache/pacman/pkg/
  14. #LogFile = /var/log/pacman.log
  15. #GPGDir = /etc/pacman.d/gnupg/
  16. #HookDir = /etc/pacman.d/hooks/
  17. HoldPkg = pacman glibc
  18. #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
  19. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  20. #CleanMethod = KeepInstalled
  21. Architecture = auto
  22. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  23. #IgnorePkg =
  24. #IgnoreGroup =
  25. #NoUpgrade =
  26. #NoExtract =
  27. # Misc options
  28. #UseSyslog
  29. #Color
  30. #TotalDownload
  31. CheckSpace
  32. #VerbosePkgLists
  33. SigLevel = Never
  34. LocalFileSigLevel = Optional
  35. [testing]
  36. Include = /etc/pacman.d/mirrorlist
  37. [core]
  38. Include = /etc/pacman.d/mirrorlist
  39. [extra]
  40. Include = /etc/pacman.d/mirrorlist
  41. [community-testing]
  42. Include = /etc/pacman.d/mirrorlist
  43. [community]
  44. Include = /etc/pacman.d/mirrorlist