I want to install the latest version of Google Chrome on Linux.

Asked by Jane Curbishley

I successfully downloaded the latest version but when I open Terminal to type in the command: ./google-chrome-stable_current_amd64.deb I get the following error notice: E: Unsupported file ./google-chrome-stable_current_amd64.deb given on commandline

What do I do to rectify this please?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Michael Terry (mterry) said :
#1

I think you're in the wrong place (this is for help on Deja Dup Backups).

But... I think you were trying to run the downloaded file as an executable. But it's actually a package file.

So either:
A) Double click on that file in the Files browser, and your system should open a package program that can install it for you.
B) Run 'sudo dpkg -i google-chrome-stable_current_amd64.deb' which says to install the downloaded package file.

Revision history for this message
Jane Curbishley (janec) said :
#2

Sorry Michael - I forgot that I had posted on this page with a backup
query.

Unfortunately neither of your solutions work. I tried A) and I get a
message saying "Ubuntu Software is ready" but there is nothing that says
"Install". The only option on the page is "Remove"! When I tried B) I
got the following: command not found.

Thank you for trying to help. I will look for other solutions on the
web....

Best wishes
Jane

On Wed, 18 May 2022 at 16:31, Michael Terry <
<email address hidden>> wrote:

> Your question #701849 on Déjà Dup changed:
> https://answers.launchpad.net/deja-dup/+question/701849
>
> Status: Open => Answered
>
> Michael Terry proposed the following answer:
> I think you're in the wrong place (this is for help on Deja Dup
> Backups).
>
> But... I think you were trying to run the downloaded file as an
> executable. But it's actually a package file.
>
> So either:
> A) Double click on that file in the Files browser, and your system should
> open a package program that can install it for you.
> B) Run 'sudo dpkg -i google-chrome-stable_current_amd64.deb' which says to
> install the downloaded package file.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/deja-dup/+question/701849/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/deja-dup/+question/701849
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Moving this question from the area for Déjà Dup into the Ubuntu area (assuming that it is related to Ubuntu).

Which operating system are you running?

What output do you receive for the commands (to be executed in a terminal window):

uname -a
lsb_release -crid
dpkg -l | grep -i chrome

Revision history for this message
Jane Curbishley (janec) said :
#4

Thank you for replying so quickly. In fact I visited Linuxways.net and installed the updated version of Chrome on Terminal, following the instructions there. It told me it was loading it to the Chrome page already opened (at Linuxways' website, from where I copied and pasted all the commands) so I presume all is OK and Chrome no longer prompts me to upgrade, but I am puzzled as to why Software Installer does not have Google Chrome listed as being either "Installed" or "Updated".

I didn't realise that there was an Ubuntu area on this site so will look for it next time. People here are a lot more helpful than AskUbuntu!

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#5

Due to licensing and naming restrictions Ubuntu cannot provide "Chrome" in its repository, but only the functionally (almost) equivalent "Chromium" browser. That probably is the reason that you did not find it in Ubuntu-Software.

If the problem is resolved, then please visit your question document and set the status to "solved".

Revision history for this message
Jane Curbishley (janec) said :
#6

Thanks Manfred Hampl, that solved my question.