Have installed chrome on Ubuntu. However cannot find where to run it [duplicate]

The installer says chrome has been installed. It does not show up in Software Center.

4

1 Answer

type the command below to locate chrome

whereis google-chrome

and execute /usr/bin/google-chrome command to run chrome

1

You Might Also Like