Chrome browser in Debian 7

Материал из support.qbpro.ru

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.


help this...