Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 -C - -f %u > %o
  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. # We cannot check disk space from within a chroot environment
  33. #CheckSpace
  34. #VerbosePkgLists
  35. # By default, pacman accepts packages signed by keys that its local keyring
  36. # trusts (see pacman-key and its man page), as well as unsigned packages.
  37. SigLevel = Required DatabaseOptional
  38. LocalFileSigLevel = Optional
  39. #RemoteFileSigLevel = Required
  40. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  41. # keyring can then be populated with the keys of all official Arch Linux
  42. # packagers with `pacman-key --populate archlinux`.
  43. #
  44. # REPOSITORIES
  45. # - can be defined here or included from another file
  46. # - pacman will search repositories in the order defined here
  47. # - local/custom mirrors can be added here or in separate files
  48. # - repositories listed first will take precedence when packages
  49. # have identical names, regardless of version number
  50. # - URLs will have $repo replaced by the name of the current repo
  51. # - URLs will have $arch replaced by the name of the architecture
  52. #
  53. # Repository entries are of the format:
  54. # [repo-name]
  55. # Server = ServerName
  56. # Include = IncludePath
  57. #
  58. # The header [repo-name] is crucial - it must be present and
  59. # uncommented to enable the repo.
  60. #
  61. # The testing repositories are disabled by default. To enable, uncomment the
  62. # repo name header and Include lines. You can add preferred servers immediately
  63. # after the header, and they will be used before the default mirrors.
  64. #[testing]
  65. #Include = /etc/pacman.d/mirrorlist
  66. [core]
  67. Include = /etc/pacman.d/mirrorlist
  68. [extra]
  69. Include = /etc/pacman.d/mirrorlist
  70. #[community-testing]
  71. #Include = /etc/pacman.d/mirrorlist
  72. [community]
  73. Include = /etc/pacman.d/mirrorlist
  74. # If you want to run 32 bit applications on your x86_64 system,
  75. # enable the multilib repositories as required here.
  76. #[multilib-testing]
  77. #Include = /etc/pacman.d/mirrorlist
  78. #[multilib]
  79. #Include = /etc/pacman.d/mirrorlist
  80. # An example of a custom package repository. See the pacman manpage for
  81. # tips on creating your own repositories.
  82. #[custom]
  83. #SigLevel = Optional TrustAll
  84. #Server = file:///home/custompkgs