pacman.conf.ppc64le 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. #UseDelta = 0.7
  22. Architecture = auto
  23. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  24. #IgnorePkg =
  25. #IgnoreGroup =
  26. #NoUpgrade =
  27. #NoExtract =
  28. # Misc options
  29. #UseSyslog
  30. #Color
  31. #TotalDownload
  32. CheckSpace
  33. #VerbosePkgLists
  34. # By default, pacman accepts packages signed by keys that its local keyring
  35. # trusts (see pacman-key and its man page), as well as unsigned packages.
  36. SigLevel = Required DatabaseOptional
  37. LocalFileSigLevel = Optional
  38. #RemoteFileSigLevel = Required
  39. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  40. # keyring can then be populated with the keys of all Arch/Parabola packagers
  41. # with `pacman-key --populate archlinux` and `pacman-key --populate parabola`.
  42. #
  43. # REPOSITORIES
  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
  51. #
  52. # Repository entries are of the format:
  53. # [repo-name]
  54. # Server = ServerName
  55. # Include = IncludePath
  56. #
  57. # The header [repo-name] is crucial - it must be present and
  58. # uncommented to enable the repo.
  59. #
  60. # The testing repositories are disabled by default. To enable, uncomment the
  61. # repo name header and Include lines. You can add preferred servers immediately
  62. # after the header, and they will be used before the default mirrors.
  63. # NOTE: Nonprism is a particular repository that aims to provide software built
  64. # and patched without services under global data surveillance programs like PRISM,
  65. # XKeyscore and Tempora. For more info see: https://wiki.parabola.nu/Nonprism
  66. #[nonprism-testing]
  67. #Include = /etc/pacman.d/mirrorlist
  68. #[nonprism]
  69. #Include = /etc/pacman.d/mirrorlist
  70. [libre-testing]
  71. Include = /etc/pacman.d/mirrorlist
  72. [libre]
  73. Include = /etc/pacman.d/mirrorlist
  74. #[testing]
  75. #Include = /etc/pacman.d/mirrorlist
  76. [core]
  77. Include = /etc/pacman.d/mirrorlist
  78. [extra]
  79. Include = /etc/pacman.d/mirrorlist
  80. #[community-testing]
  81. #Include = /etc/pacman.d/mirrorlist
  82. [community]
  83. Include = /etc/pacman.d/mirrorlist
  84. # The PCR (Parabola Community Repository) contains packages maintained by trusted
  85. # members of the Parabola community. It also contains packages maintained by
  86. # Parabola developers, but that the developer decided didn't belong in core/libre.
  87. #[pcr-testing]
  88. #Include = /etc/pacman.d/mirrorlist
  89. [pcr]
  90. Include = /etc/pacman.d/mirrorlist
  91. # Parabola also supports another community projects and personal repositories, to
  92. # find them check out this wiki page: https://wiki.parabola.nu/Repositories
  93. # An example of a custom package repository. See the pacman manpage for
  94. # tips on creating your own repositories.
  95. #[custom]
  96. #SigLevel = Optional TrustAll
  97. #Server = file:///home/custompkgs
  98. Include = /etc/pacman.d/*.conf