Quantcast
Channel: MondoUnix » AGGIORNARE
Viewing all articles
Browse latest Browse all 12

OpenSolaris / Openindiana : Installare , disinstallare ed aggiornare pacchetti

$
0
0

Test effettuati su server Openindiana 5.11 oi_151a3 i386 e OpenSolaris 5.11 11.0 i386

# OPENINDIANA

# uname -a
SunOS openindiana 5.11 oi_151a3 i86pc i386 i86pc Solaris

Verifica dei repository installati ed aggiornamento del database dei pacchetti

# pkg publisher
PUBLISHER TYPE STATUS URI
openindiana.org origin online http://pkg.openindiana.org/dev/

# pkg refresh --full

Verifica della disponibilità di aggiornamenti ed aggiornamento dei pacchetti indicati

# pkg list -u

# pkg update NOME_PACCHETTO

Verifica della disponibilità di pacchetti da installare e relativa installazione

# pkg list -a | grep lynx
web/browser/lynx 0.5.11-0.151.1.3 ---

# pkg install web/browser/lynx
Packages to install: 1
Create boot environment: No
Create backup boot environment: No

DOWNLOAD PKGS FILES XFER (MB)
Completed 1/1 9/9 0.7/0.7$<3>

PHASE ACTIONS
Install Phase 31/31

PHASE ITEMS
Package State Update Phase 1/1
Image State Update Phase 2/2

Disinstallazione di un pacchetto

# pkg uninstall NOME_PACCHETTO

# OPENSOLARIS

# uname -a
SunOS solaris 5.11 11.0 i86pc i386 i86pc

Verifica dei repository installati ed aggiornamento del database dei pacchetti

# pkg publisher
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release/

# pkg refresh --full

Verifica della disponibilità di aggiornamenti ed aggiornamento dei pacchetti indicati

# pkg list -u

# pkg update NOME_PACCHETTO

Verifica della disponibilità di pacchetti da installare e relativa installazione

# pkg list -a | grep links
web/browser/links 1.0-0.175.0.0.0.2.537 ---

# pkg install web/browser/links
Packages to install: 1
Create boot environment: No
Create backup boot environment: No

DOWNLOAD PKGS FILES XFER (MB)
Completed 1/1 6/6 0.5/0.5$<3>

PHASE ACTIONS
Install Phase 20/20

PHASE ITEMS
Package State Update Phase 1/1
Image State Update Phase 2/2

PHASE ITEMS
Reading Existing Index 8/8
Indexing Packages 1/1

Disinstallazione di un pacchetto

# pkg uninstall NOME_PACCHETTO

Per ulteriori informazioni ed opzioni digitare :

Disinstallazione di un pacchetto

# pkg --help


Viewing all articles
Browse latest Browse all 12