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…») |
imported>Vix Нет описания правки |
||
Строка 5: | Строка 5: | ||
For 32-bit systems: | For 32-bit systems: | ||
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo dpkg -i google-chrome-*.deb | 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 | sudo apt-get install -f | ||
For 64-bit systems: | For 64-bit systems: | ||
wget -c wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | wget -c wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | ||
sudo dpkg -i google-chrome-*.deb | sudo dpkg -i google-chrome-*.deb | ||
sudo apt-get install -f | sudo apt-get install -f | ||
For more, see the original article at the link below. | For more, see the original article at the link below. | ||
[http://www.infoworld.com/article/2711166/enterprise-software/install-google-chrome-browser-in-debian-7.html help this...] | [http://www.infoworld.com/article/2711166/enterprise-software/install-google-chrome-browser-in-debian-7.html help this...] |
Текущая версия от 00:16, 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.