2

I tried to install google chrome for ubuntu users from my Firefox web browser, but that did'nt work

rancho
  • 4,036
  • How do you try to install it? – Pilot6 Jun 19 '16 at 16:41
  • Most of the high-voted and accepted answers won't work out of the box, because of dependencies. – Pilot6 Jun 19 '16 at 16:44
  • 1
    Please have a look at http://askubuntu.com/help/how-to-ask and review your question providing more information. – Marcellinov Jun 19 '16 at 17:19
  • @Pilot6 Pandya's answer should work fine, and what your answer suggests is the third answer there. – muru Jun 19 '16 at 18:41
  • @muru That's correct, but can you imagine that a newbie will check the 3rd answer? They will try 1st and 2nd and fail. – Pilot6 Jun 19 '16 at 18:43
  • @Pilot6 why would the second fail? (Or the first, now that GNOME Software supports debs, IIRC?) – muru Jun 19 '16 at 18:43
  • The dependencies will not install and Chrome will not install either. – Pilot6 Jun 19 '16 at 18:45
  • @Pilot6 you say that, but I don't see why not. – muru Jun 19 '16 at 18:47
  • I tried lot's of times. After you install once, the dependencies are there and new installs will work. dpkg will give an error, apt install -f will fix it and install Chrome. – Pilot6 Jun 19 '16 at 18:48

2 Answers2

1

Go to google chrome download site

Click on download chrome.

enter image description here

Click on 64-bit debian/ubuntu

Click on Accept and Install

enter image description here

By default the application will be downloaded to /home/your-user-name/Downloads. Go to terminal and type

cd
sudo su
cd Downloads
apt-get install gdebi
apt-get gdebi google*
reboot

Close terminal and click on ubuntu icon on top left side

enter image description here

Type google and click on the google icon

enter image description here

The google browser window appears, type your email address and click on next

enter image description here

Type your password and click on next

enter image description here

The shown below page opens.

enter image description here

All done happy experience on google-chrome in ubuntu

rancho
  • 4,036
0

Download the deb file from Google site to your Home folder.

Run in terminal

sudo dpkg -i google-chrome*.deb
sudo apt-get install -f
Pilot6
  • 90,100
  • 91
  • 213
  • 324