M BUZZ CRAZE NEWS
// news

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

By Mia Morrison

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