C'è una cosa che non mi è chiara, ho installato e configurato con successo (Tutto funziona ed ho personalizzato il sistema in modo più che accettabile) Slackware 13.1 con XFCE e come "Gestore dei pacchetti" ho scelto "Slackyd" semplicemente perchè mi sembra il meno invasivo ed affidabile, scaricato ed installato il pacchetto, se ricordo bene, ho lasciato il file di conf. invariato:
Codice: Seleziona tutto
#
# Slacky Downloader Config File.
#
# Case insensitive.
# Comment: '#' or '!'
#
#
# Slackyd cache
#
cache = /var/slackyd
#
# Connection timeout, in seconds.
# Set to 0 for use Linux default value (very long).
#
timeout = 15
#
# Upgrade slackware packages with unofficial packages.
#
upgrade_replacing_official = yes
#
# Using Slackware64 official mirror
#
slackware64 = no
#
# Download with wget (proxy workaround)
#
wget = no
#
# Repository syntax:
#
# KEYWORD NAME ADDRESS
#
# - "KEYWORD" Must always be "REPOSITORY" and must always be at start of line !
#
# - "NAME" Is a string (only characters, numbers, underscores or '-') to identify repository.
# If not specified slackyd consider repository as official slackware mirror.
# In this case only first of the list will be used, if don't work slackyd try with second etc...
#
# - "ADDRESS" Is repository.
#
# - Only FILE/HTTP/FTP protocols are implemented yet.
#
# Slackware repositories:
# To use a directory as slackware mirror:
!repository = file://your/mirror/
# To use a directory as extra mirror:
!repository mirrorname = file://your/mirror/
# Official mirror is too slow...
!repository ftp://ftp.slackware.com/pub/slackware/slackware-13.1/
repository = ftp://ftp.nluug.nl/pub/os/Linux/distr/slackware/slackware-13.1/
repository = http://sunsite.cnlab-switch.ch/ftp/mirror/slackware/slackware-13.1/
repository = ftp://ftp.slackware.no/pub/linux/slackware/slackware-13.1/
repository = ftp://ftp.slackware.at/slackware-13.1/
repository = http://www.slackware.at/data/slackware-13.1/
#Extra repositories:
# Slacky.eu
repository slacky = http://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-13.1/
# GSlacky
!repository gslacky http://darkstar.ist.utl.pt/slackware/addon/slacky/gnome-slacky-13.1/
# Blacklist syntax:
#
# blacklist package1 package2 package3 ...
#
# `blacklist' keyword must be at start of line.
# Packages can be tab, white space or comma separated.
#
# Examples:
# 1) Blacklist all packages 'xine-lib':
# blacklist ^xine-lib-.*
# 2) Blacklist _exactly_ package xine-lib
# blacklist ^xine-lib-[^-]+-[^-]+-[^-]
# 3) Blacklist xine-lib-1, xine-lib-2 and xine-lib3:
# blacklist ^xine-lib-[123]
# 4) Blacklist firefox 3 and all kernel smp:
# blacklist ^mozilla-firefox-en-us-3 ^kernel-.*_smp
#
# Use -x option to disable blacklist on run-time, and -X option to see
# all packages blacklisted.
#
Ho decommentato soltanto il link relativo alla mia release:
"repository slacky = http://darkstar.ist.utl.pt/slackware/ad ... ware-13.1/"
Ora; la domanta mi sorge spontanea, Slackyd è sufficiente per mantere il sistema aggiornato o devo usare anche: "Slackpkg" ??
Non ci sono conflitti tra i due "Gestori di pacchetti " ne devo usare solo uno o in questo caso, è possibile e magari anche
consigliato utilizzarli tutti e due ??
Cosa devo fare??
- Per quandto riguarda la configurazione di Slackpkg, ho trovato e letto questa guida:
"http://www.slackers.it/usare-slackpkg-p ... slackware/"
E' tutto o c'è qualcosa d'altro da sapere ??
Chiedo perchè la configurazione e la gestione dei repository sono cose importanti e delicate.
Ciao e grazie.

