From Diminutive Camel, 1 Year ago, written in Plain Text.
This paste is a reply to /etc/pacman.conf from tony26102
- view diff
Embed
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5.  
  6. #
  7. # GENERAL OPTIONS
  8. #
  9. [options]
  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.
  12. #RootDir     = /
  13. #DBPath      = /var/lib/pacman/
  14. #CacheDir    = /var/cache/pacman/pkg/
  15. #LogFile     = /var/log/pacman.log
  16. #GPGDir      = /etc/pacman.d/gnupg/
  17. #HookDir     = /etc/pacman.d/hooks/
  18. HoldPkg     = pacman glibc
  19. #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
  20. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  21. #CleanMethod = KeepInstalled
  22. Architecture = auto
  23.  
  24. IgnorePkg   = archlinux-appstream-data
  25. #IgnorePkg   =
  26. #IgnorePkg   =
  27. #IgnoreGroup =
  28.  
  29. #NoUpgrade   =
  30. #NoExtract   =
  31.  
  32. # Misc options
  33. #UseSyslog
  34. Color
  35. #NoProgressBar
  36. CheckSpace
  37. VerbosePkgLists
  38. #ILoveCandy
  39. #ParallelDownloads = 5
  40.  
  41. # By default, pacman accepts packages signed by keys that its local keyring
  42. # trusts (see pacman-key and its man page), as well as unsigned packages.
  43. SigLevel    = Required DatabaseOptional
  44. LocalFileSigLevel = Optional
  45. #RemoteFileSigLevel = Required
  46.  
  47. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  48. # keyring can then be populated with the keys of all official Artix Linux
  49. # packagers with `pacman-key --populate artix`.
  50.  
  51. #
  52. # REPOSITORIES
  53. #   - can be defined here or included from another file
  54. #   - pacman will search repositories in the order defined here
  55. #   - local/custom mirrors can be added here or in separate files
  56. #   - repositories listed first will take precedence when packages
  57. #     have identical names, regardless of version number
  58. #   - URLs will have $repo replaced by the name of the current repo
  59. #   - URLs will have $arch replaced by the name of the architecture
  60. #
  61. # Repository entries are of the format:
  62. #       [repo-name]
  63. #       Server = ServerName
  64. #       Include = IncludePath
  65. #
  66. # The header [repo-name] is crucial - it must be present and
  67. # uncommented to enable the repo.
  68. #
  69.  
  70. # The gremlins repositories are disabled by default. To enable, uncomment the
  71. # repo name header and Include lines. You can add preferred servers immediately
  72. # after the header, and they will be used before the default mirrors.
  73.  
  74. #[gremlins]
  75. #Include = /etc/pacman.d/mirrorlist
  76.  
  77. # ARTIX
  78. [system]
  79. Include = /etc/pacman.d/mirrorlist
  80.  
  81. [world]
  82. Include = /etc/pacman.d/mirrorlist
  83.  
  84. #[galaxy-gremlins]
  85. #Include = /etc/pacman.d/mirrorlist
  86.  
  87. [galaxy]
  88. Include = /etc/pacman.d/mirrorlist
  89.  
  90. [universe]
  91. Server =
  92.  
  93. [omniverse]
  94. Server =
  95.  
  96. # If you want to run 32 bit applications on your x86_64 system,
  97. # enable the lib32 repositories as required here.
  98.  
  99. #[lib32-gremlins]
  100. #Include = /etc/pacman.d/mirrorlist
  101.  
  102. #[lib32]
  103. #Include = /etc/pacman.d/mirrorlist
  104.  
  105. # An example of a custom package repository.  See the pacman manpage for
  106. # tips on creating your own repositories.
  107. #[custom]
  108. #SigLevel = Optional TrustAll
  109. #Server = file:///home/custompkgs
  110.  
  111. # ARCHLINUX
  112. #[testing]
  113. #Include = /etc/pacman.d/mirrorlist-arch
  114.  
  115. [extra]
  116. Include = /etc/pacman.d/mirrorlist-arch
  117.  
  118. #[community-testing]
  119. #Include = /etc/pacman.d/mirrorlist-arch
  120.  
  121. [community]
  122. Include = /etc/pacman.d/mirrorlist-arch
  123.  
  124. #[multilib-testing]
  125. #Include = /etc/pacman.d/mirrorlist-arch
  126.  
  127. #[multilib]
  128. #Include = /etc/pacman.d/mirrorlist-arch
  129.  
captcha