2

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

rancho
  • 4,136

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,136
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
  • 92,041