Obiettivo
L'obiettivo è installare il browser Internet Google Chrome su Debian 9 Stretch Linux
Requisiti
È richiesto l'accesso privilegiato al tuo sistema Debian 9 Stretch.
Difficoltà
FACILE
Convenzioni
- # – richiede che i comandi linux dati vengano eseguiti con i privilegi di root direttamente come utente root o usando
sudo
comando - $ – richiede che i comandi linux dati vengano eseguiti come un normale utente non privilegiato
Istruzioni
Scarica Google Chrome
Innanzitutto, scarica l'ultimo pacchetto debian di Google Chrome utilizzando wget
comando:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Installa Google Chrome
Una volta scaricato l'ultimo pacchetto debian di Google Chrome, usa dpkg
per eseguire l'installazione vera e propria. Esegui, il comando seguente come root o con use sudo
comando:
# dpkg -i google-chrome-stable_current_amd64.deb Selecting previously unselected package google-chrome-stable. (Reading database ... 300021 files and directories currently installed.) Preparing to unpack google-chrome-stable_current_amd64.deb ... Unpacking google-chrome-stable (55.0.2883.87-1) ... Setting up google-chrome-stable (55.0.2883.87-1) ... update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode Processing triggers for menu (2.1.47) ... Processing triggers for man-db (2.7.6.1-2) ... Processing triggers for desktop-file-utils (0.23-1) ... Processing triggers for gnome-menus (3.13.3-8) ... Processing triggers for mime-support (3.60) ...
Tutto fatto. Per iniziare a utilizzare il browser Chrome, fai clic su Google Chrome
scorciatoia accedendo al menu di avvio o esegui:
$ google-chrome
comando dal tuo terminale.