You could also install it from Terminal:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
This will fetch the signing keys from Google's servers, then create a file that enables updating through Software Updater and apt
, then retrieve the newest information about software versions and last but not least install Google Chrome.
You can paste this into Terminal one by one, or paste it in all at once. chromium-browser
is the open source browser on which Google Chrome is based and is available from the Software Center by default. Chromium also works on 32-bit systems.