0

I am working on Ubuntu 16.04. I just installed Google Chrome using these 2 commands:

sudo apt-get install gdebi

sudo gdebi google*

I do not see the Google Chrome icon in the dashboard. It looked like the program is installed in the opt/google/chrome directory but how do I get the program to execute or get it to show up in the Dashboard?

Any help/direction would be appreciated!
Thanks!

Hizqeel
  • 1,895
Melinda
  • 183
  • 2
  • 9

1 Answers1

1

You have to restart your computer and the Chrome launcher icon will come up.

But first, check that your chrome browser installed correctly by running it via terminal.

Type google-chrome and press Enter.

if the icon still not come up after restart, create them manually. Here is the tutorial.

Hope it helps.

Mdkusuma
  • 150
  • Thank you so much. It did start via the terminal command. I appreciate very much your time and help in replying. – Melinda Jul 02 '16 at 19:41