Arch - Repository

Ecco come configurare al meglio le repository di arch per avere più facilmente aggiornamenti da repository.

posizionarsi sul terminale e digitare

sudo mousepad /etc/pacman.conf

digitare la password e modificare il file di configurazione di pacman in questo modo:

 #
# /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    = Never
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`.

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

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

[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

[alucryd]
Server = http://pkgbuild.com/~alucryd/$repo/$arch

[archaudio-production]
Server = http://repos.archaudio.org/$repo/$arch

[oracle]
Server = http://linux.shikadi.net/arch/$repo/$arch/

[pantheon]
Server = http://pkgbuild.com/~alucryd/$repo/$arch

[infinality-bundle-multilib]
Server = http://bohoomil.com/repo/multilib/$arch

[archstudio]
Server = http://www.xsounds.org/~archstudio/x86_64

[hawaii]
Server = http://archive.maui-project.org/archlinux/$repo/os/$arch

[libre]
Server = http://repo.parabolagnulinux.org/$repo/os/$arch

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

[blackarch]
Server = http://www.mirrorservice.org/sites/blackarch.org/blackarch//$repo/os/$arch


#fine












Una volta che avete copiato ed incollato questo elenco nel vostro pacman.conf è necessario far partire un aggiornamento delle repository in questo modo.
Andare sul terminale e digitare:


sudo pacman -Syy