Arch Linux :: pacman.conf


Aqui veremos o meu atual pacman.conf….

Caso de seu interesse, modifique o arquivo /etc/pacman.conf inserindo todo o conteúdo abaixo ou somente parte dos repositórios:

#
# /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/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
TotalDownload
CheckSpace
#VerbosePkgLists

# 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.

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[xyne-i686]
SigLevel = Required
Server = http://xyne.archlinux.ca/repos/xyne

[arch-fonts]
Server = http://huulivoide.pp.fi/Arch/arch-fonts

[ayatana]
SigLevel = PackageRequired
Server = http://pkgbuild.com/~bgyorgy/$repo/os/$arch

[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

[archstuff]
Server = http://archstuff.vs169092.vserver.de/$arch

[repo-ck]
Server = http://repo-ck.com/$arch

[pfkernel]
Server = http://dl.dropbox.com/u/11734958/$arch

[heftig]
SigLevel = PackageOptional
Server = http://pkgbuild.com/~heftig/repo/$arch

[archlinuxgr]
Server = http://archlinuxgr.tiven.org/archlinux/$arch

[archlinuxgr-any]
Server = http://archlinuxgr.tiven.org/archlinux/any

[cinnamon]
Server = http://archlinux.zoelife4u.org/cinnamon/$arch

[herecura-stable]
Server = http://repo.herecura.be/herecura-stable/$arch

[herecura-testing]
Server = http://repo.herecura.be/herecura-testing/$arch

[mate]
Server = http://repo.mate-desktop.org/archlinux/$arch

[suckless]
Server = http://dl.suckless.org/arch/$arch

#[PkgBuilds]
#SigLevel = Optional TrustAll
#Server = file:///home/h4rd3r/PkgBuilds/packages/
O último repositório listado no conf é o meu repo pessoal, portanto encontra-se desativado, se desaja criar|utilizar um repo local veja:

Alguns dos repos acima são destinados à arquiteura i686, para habilitar os repos referentes à arquitetura x86_64, visitem as seções any e x86_64 em:

Após sua substituição não esqueçam de executar:

# pacman -Syu
Arch Linux :: pacman.conf

3 comentários sobre “Arch Linux :: pacman.conf

Deixar mensagem para Luciano Cancelar resposta