1

Can you help me download Google Chrome to my desktop, My OS is Ubuntu Linux, Or is Google no longer supporting it for 32-bit? What comes up after I click install is 64-bit, Will that work, Or is Google no longer supporting 32-bit? Also, Which one do I need 34-bit, Or 64-bit to install it? Can you please help Me?

Leah (Ubuntu Linux user for over a decade)!

2 Answers2

3

Unless you bought your computer >10 years ago, you probably need the 64 bit install.

To install Chrome on Ubuntu, try the following in a terminal:

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

Once that is done, install it with:

sudo apt install ./google-chrome-stable_current_amd64.deb

else, you could instead install Chromium, it's open-source and is less invasive:

sudo apt install chromium-browser
bravo4one
  • 176
0

The latest distro of Chrome is not available for 32bit applications. Unless your hardware is limited to 32bit re-install a 64bit version of 18.04 and you can install the latest version of Chrome either from https://google.com/chrome or following the command line above.