<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ziobudda.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>YAOURT</title>
 <link>http://www.ziobudda.net/tags/yaourt</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>it</language>
<item>
 <title>utilizzare yaourt su archlinux</title>
 <link>http://www.ziobudda.net/notizie/utilizzare-yaourt-su-archlinux</link>
 <description>continua la mia avventura con archlinux, oggi ho installato yaourt un wrapper di pacman praticamente aggiunge nuove funzioni a pacman permettendo di cercare, scaricare ed installare nuovo software non compreso nei repository ufficiali, in parole semplici chiunque può creare pacchetti compilati per archlinux è metterli a disposizioni di tutti ed utilizzando yaourt un qualunque utente li può installare con dei semplici comandi.

Per poter installare yaourt bisogna aggiungere un nuovo repository nel file pacman.conf

aprite un terminale è scrivete:

su - (password amministratore)

nano /etc/pacman.conf

nel file di testo che si apre incollateci queste due linee:

[archlinuxfr]
Server = ...

# /etc/pacman.conf
#
# See the pacman manpage for option 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
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

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

# Testing is disabled by default. To enable, uncomment the following
# two 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]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

# Unstable is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = ...

[archlinuxfr]
Server = ...


salvate le nuove modifiche, chiudete.

per installare yaourt sempre da terminale da utente amministratore servendovi di pacman, scrivete:

pacman -Sy yaourt

l&#039;utilizzo di yaourt è praticamente identico nella sintassi a pacman, per installare un programma basta scrivere

yaourt -Sy nome programma

per cercare software nei repository ufficiali con l&#039;aggiunta del nuovo repository dove si trovano i pacchetti compilati dagli utenti, scrivete:

yaourt -Sys nome programma

per sincronizzare i vari database ed aggiornare il sistema scrivete:

yaourt -Syu

per rimuovere un pacchetto scrivete:

yaourt -Ry nome programma

al seguente indirizzo web trovate maggiori informazioni circa l&#039;utilizzo di yaourt:

http://wiki.archlinux.org/index.php/Yaourt_(Italiano)</description>
 <comments>http://www.ziobudda.net/notizie/utilizzare-yaourt-su-archlinux#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/articoliit">Articoli IT</category>
 <category domain="http://www.ziobudda.net/tags/archlinux">archlinux</category>
 <category domain="http://www.ziobudda.net/tags/yaourt">YAOURT</category>
 <pubDate>Sun, 19 Oct 2008 07:33:24 +0200</pubDate>
 <dc:creator>nuovoarciere</dc:creator>
 <guid isPermaLink="false">107050 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>yaourt</title>
 <link>http://www.ziobudda.net/notizie/yaourt</link>
 <description>continua la mia avventura con archlinux, oggi ho installato yaourt un wrapper di pacman praticamente aggiunge nuove funzioni a pacman permettendo di cercare, scaricare ed installare nuovo software non compreso nei repository ufficiali, in parole semplici chiunque può creare pacchetti compilati per archlinux è metterli a disposizioni di tutti ed utilizzando yaourt un qualunque utente li può installare con dei semplici comandi.

Per poter installare yaourt bisogna aggiungere un nuovo repository nel file pacman.conf

aprite un terminale è scrivete:

su - (password amministratore)

nano /etc/pacman.conf 

nel file di testo che si apre incollateci queste due linee:

[archlinuxfr]
Server = ...


# /etc/pacman.conf
#
# See the pacman manpage for option 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
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

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

# Testing is disabled by default. To enable, uncomment the following
# two 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]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

# Unstable is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = ...

[archlinuxfr]
Server = ...


salvate le nuove modifiche, chiudete.

per installare yaourt sempre da terminale da utente amministratore servendovi di pacman, scrivete:

pacman -Sy yaourt

l&#039;utilizzo di yaourt è praticamente identico nella sintassi a pacman, per installare un programma basta scrivere

yaourt -Sy nome programma

per cercare software nei repository ufficiali con l&#039;aggiunta del nuovo repository dove si trovano i pacchetti compilati dagli utenti, scrivete:

yaourt -Sys nome programma

per sincronizzare i vari database ed aggiornare il sistema scrivete:

yaourt -Syu

per rimuovere un pacchetto scrivete:

yaourt -Ry nome programma

al seguente indirizzo web trovate maggiori informazioni circa l&#039;utilizzo di yaourt:

http://wiki.archlinux.org/index.php/Yaourt_(Italiano)</description>
 <comments>http://www.ziobudda.net/notizie/yaourt#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/articoliit">Articoli IT</category>
 <category domain="http://www.ziobudda.net/tags/archlinux">archlinux</category>
 <category domain="http://www.ziobudda.net/tags/yaourt">YAOURT</category>
 <pubDate>Tue, 02 Sep 2008 16:10:56 +0200</pubDate>
 <dc:creator>ubuntufacile</dc:creator>
 <guid isPermaLink="false">95315 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>Yaourt: uno strumento indispensabile per AUR su Arch Linux</title>
 <link>http://www.ziobudda.net/yaourt_uno_strumento_indispensabile_per_aur_su_arch_linux_0</link>
 <description>Una breve review su Yaourt, uno strumento davvero indispensabile per
utilizzare al meglio AUR su Arch Linux. Andiamo a scoprire insieme come
funziona.</description>
 <comments>http://www.ziobudda.net/yaourt_uno_strumento_indispensabile_per_aur_su_arch_linux_0#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/articoliit">Articoli IT</category>
 <category domain="http://www.ziobudda.net/tags/arch">arch</category>
 <category domain="http://www.ziobudda.net/tags/aur">AUR</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://www.ziobudda.net/tags/yaourt">YAOURT</category>
 <pubDate>Sat, 09 Feb 2008 15:34:29 +0100</pubDate>
 <dc:creator>PaolinoLand</dc:creator>
 <guid isPermaLink="false">42617 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>YAOURT: UNO STRUMENTO INDISPENSABILE PER AUR SU ARCH LINUX</title>
 <link>http://www.ziobudda.net/yaourt_uno_strumento_indispensabile_per_aur_su_arch_linux</link>
 <description>Una breve review su Yaourt, uno strumento davvero indispensabile per utilizzare al meglio AUR su Arch Linux. Andiamo a scoprire insieme come funziona.</description>
 <comments>http://www.ziobudda.net/yaourt_uno_strumento_indispensabile_per_aur_su_arch_linux#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_articolo/tutorial">Tutorial</category>
 <category domain="http://www.ziobudda.net/tags/arch">arch</category>
 <category domain="http://www.ziobudda.net/tags/aur">AUR</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://www.ziobudda.net/tags/yaourt">YAOURT</category>
 <pubDate>Sun, 27 Jan 2008 17:22:51 +0100</pubDate>
 <dc:creator>PaolinoLand</dc:creator>
 <guid isPermaLink="false">42023 at http://www.ziobudda.net</guid>
</item>
</channel>
</rss>
