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,134
Fei
  • 1
  • Open a terminal , run the following commands, and post the output sudo apt-get update && sudo install -f – Panther Apr 18 '15 at 17:36
  • This link should help you: http://askubuntu.com/a/510186/367165 – A.B. Apr 18 '15 at 17:37
  • 2
    Google Chrome doesn't come from the Software Center. You need to download and install it from chrome.google.com. Installing the DEB should also fix the Software Center, – TheWanderer Apr 18 '15 at 17:39

1 Answers1

-2

Use

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

This might do the trick

  • 1
    They haven't installed it yet. Some explanation of a sudo command would be appreciated. – Tim Apr 18 '15 at 18:18