-1

I want to log in to my Google Chrome browser.

I downloaded the .deb from Google but it would not install. I came to Ask Ubuntu and read that I should download gdebi installer. I did that but I didn't/don't know what else to do.

Then someone said I should install Chromium and I did so.

Now what?

Zanna
  • 72,312

1 Answers1

2
  1. Download the .deb file from Google's website, and make note of where you save it.

  2. Open a terminal window and cd into the directory containing the .deb file. So for example, if you downloaded it to your Downloads folder, do cd ~/Downloads.

  3. Once you've cded into the directory, run these commands:

    sudo apt-get update
    sudo dpkg -i nameOfChromeFile.deb
    sudo apt-get -f install
    

Chrome should then be good to go!