-1

When I click Chrome icon it doesn't open. When I run google-chrome on terminal I got this error.

error image

I've tried the solutions below, but nothing seems to work for me.

  1. Illegal instruction (core dumped) / chrome
  2. Unable to launch chrome - Ubuntu
Kulfy
  • 18,154
U.A
  • 167

2 Answers2

1

You can try:

sudo dpkg --configure -a

And then:

sudo apt install --reinstall google-chrome-stable
Eliah Kagan
  • 119,640
0

Try:

sudo apt install --reinstall google-chrome-stable

Or try to get the .deb file from Chrome.com.

Eliah Kagan
  • 119,640