0

I am new ubuntu user. I wanted to download Google Chrome, but something happened and now when I go to Ubuntu Software Center it is automatically closed after 1 second. Then I see the error:

E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.

guntbert
  • 13,475
Fei
  • 1

1 Answers1

-2

Use

sudo dpkg --remove --force-remove-reinstreq google-chrome-stable

This might do the trick

Mayur Kulkarni
  • 550
  • 1
  • 4
  • 14