Where can I download the Chrome i386 deb file? Google does not allow installing Chrome 32 bit from its web anymore. I am running xubuntu 15.10
Asked
Active
Viewed 5.9k times
5
-
6You can't; it's discontinued (unless you want to go with an old version with known vulnerabilities). See “No more updates for Google Chrome | apt-get update error.” – David Foerster Apr 19 '16 at 01:21
1 Answers
11
That's because Chrome 32-bit is no longer supported on Ubuntu. Chrome is also no longer supported on Ubuntu 12.04 with either 32-bit or 64-bit.
It is not a good idea to install the 32-bit version of Chrome on Ubuntu, as it no longer receives updates of any kind. That means an you'll have an outdated and insecure browser as soon as you install.
If you can't get 64-bit Ubuntu, you'll have to install Chromium instead.
sudo apt-get install chromium-browser
http://betanews.com/2015/11/30/google-killing-chrome-for-32-bit-linux/

TheWanderer
- 19,395
- 12
- 50
- 65
-
Chromium is almost an exact duplicate of Chrome, just with a community working the development and bugs (which is actually quicker in some cases than Chrome). – AlwaysTalkingAboutMyDog Apr 19 '16 at 06:06
-
There is no
--dump-dom
or--headless
in Chromium on Ubuntu 14 LTS. – Sridhar Sarnobat Jun 01 '18 at 00:28