-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpacman.conf
147 lines (125 loc) · 5.42 KB
/
pacman.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[blackarch]
#Server = https://ftp.halifax.rwth-aachen.de/blackarch/$repo/os/$arch
#AT|http://mirror.easyname.at/blackarch/$repo/os/$arch|easyname
#AU|http://blackarch.mirror.digitalpacific.com.au/$repo/os/$arch|digitalpacific
#BG|https://mirror.telepoint.bg/blackarch/$repo/os/$arch|telepoint
#CH|http://mirror.easyname.ch/blackarch/$repo/os/$arch|easyname
#CH|https://mirror.tillo.ch/ftp/blackarch/$repo/os/$arch|tillo
#CN|https://mirror.sjtu.edu.cn/blackarch/$repo/os/$arch|SJTUG
#CN|https://mirrors.tuna.tsinghua.edu.cn/blackarch/$repo/os/$arch|TUNA
#CN|https://mirrors.ustc.edu.cn/blackarch/$repo/os/$arch|USTC
#DE|http://blackarch.unixpeople.org/$repo/os/$arch|unixpeople
#DE|http://mirror.undisclose.de/blackarch/$repo/os/$arch|undisclose
#DE|https://blackarch.unixpeople.org/$repo/os/$arch|unixpeople
#DE|https://ftp.halifax.rwth-aachen.de/blackarch/$repo/os/$arch|RWTH-Aachen
#DE|https://mirrors.dr460nf1r3.me/repos/blackarch/$repo/os/$arch|GarudaLinux
#DE|https://mirror.undisclose.de/blackarch/$repo/os/$arch|undisclose
#DK|https://mirrors.dotsrc.org/blackarch/$repo/os/$arch|dotsrc
#EC|http://mirror.cedia.org.ec/blackarch/$repo/os/$arch|eseerror
#EC|https://mirror.cedia.org.ec/blackarch/$repo/os/$arch|eseerror
#EC|https://mirror.uta.edu.ec/blackarch/$repo/os/$arch|eseerror
#FR|http://blackarch.leneveu.fr/$repo/os/$arch|JayCie
#FR|http://blackarch.pi3rrot.net/blackarch/$repo/os/$arch|Pi3rrot
Server = http://mirror.easyname.at/blackarch/$repo/os/$arch
Server = http://mirror.easyname.at/blackarch/$repo/os/$arch
Server = http://blackarch.mirror.digitalpacific.com.au/$repo/os/$arch
Server = https://mirror.telepoint.bg/blackarch/$repo/os/$arch
Server = http://mirror.easyname.ch/blackarch/$repo/os/$arch
Server = https://mirror.tillo.ch/ftp/blackarch/$repo/os/$arch
Server = https://mirror.sjtu.edu.cn/blackarch/$repo/os/$arch
Server = https://mirrors.tuna.tsinghua.edu.cn/blackarch/$repo/os/$arch
Server = https://mirrors.ustc.edu.cn/blackarch/$repo/os/$arch
Server = http://blackarch.unixpeople.org/$repo/os/$arch
Server = http://mirror.undisclose.de/blackarch/$repo/os/$arch
Server = https://blackarch.unixpeople.org/$repo/os/$arch
Server = https://mirrors.dr460nf1r3.me/repos/blackarch/$repo/os/$arch
Server = https://mirror.undisclose.de/blackarch/$repo/os/$arch
Server = https://mirrors.dotsrc.org/blackarch/$repo/os/$arch
Server = http://mirror.cedia.org.ec/blackarch/$repo/os/$arch
Server = https://mirror.cedia.org.ec/blackarch/$repo/os/$arch
Server = https://mirror.uta.edu.ec/blackarch/$repo/os/$arch
Server = http://blackarch.leneveu.fr/$repo/os/$arch
Server = http://blackarch.pi3rrot.net/blackarch/$repo/os/$arch