Do you know how to install google chrome to my desktop? [duplicate]

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)!

5

2 Answers

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 

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

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 or following the command line above.

You Might Also Like