Quantcast
Viewing latest article 1
Browse Latest Browse All 12

NetBSD : Aggiornamento pacchetti

Installare il tool pkg_chk

# cd /usr/pkgsrc/pkgtools/pkg_chk
# make install clean clean-depends

1) Verifcare i pacchetti da aggiornare

# pkg_chk -qu

2) Scaricare tutti i distfile prima di eseguire l'aggiornamento

# pkg_chk -fu

Aggiornare tutti i pacchetti

# pkg_chk -usk

-u : Tutti i pacchetti da aggiornare
-s : Aggiornamento tramite sorgenti (-b per aggiornare tramite pacchetti)
-k : Continua l'aggiornamento anche in caso di problemi

In caso di problemi di aggiornamento o di dipendenze , terminata la precedente operazione si può eseguire il seguente comando :

# make update


Viewing latest article 1
Browse Latest Browse All 12