Chrome browser in Debian 7: различия между версиями

Материал из support.qbpro.ru
imported>Vix
(Новая страница: «1. Open a terminal window. 2. Type in the following commands then hit Enter after each. For 32-bit systems: wget -c https://dl.google.com/linux/direct/google-c…»)
(нет различий)

Версия от 00:15, 2 декабря 2016

1. Open a terminal window.

2. Type in the following commands then hit Enter after each.

For 32-bit systems:

wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo dpkg -i google-chrome-*.deb

sudo apt-get install -f

For 64-bit systems:

wget -c wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo dpkg -i google-chrome-*.deb

sudo apt-get install -f

For more, see the original article at the link below.

LinkArrow6.jpg

help this...