The package is of bad quality - google chrome [duplicate]

Possible Duplicate:
What is a “bad quality” package?

I'm doing a fresh install of 12.10 and am trying to install Google Chrome. I've downloaded the deb from http://chrome.google.com and am installing it through the Ubuntu Software Centre.

I'm getting a message:

The package is of bad quality 

(same as What is a "bad quality" package?)

In the expanded section, the "error" states:

E: google-chrome-stable: file-in-etc-not-marked-as-conffile etc/cron.daily/google-chrome

Is it safe to click on the "Ignore and Install" button?


You get such kind of errors when Ubuntu doesn't trust the package your are installing. This was a known bug and fix has been released for the same.

You can safely click on Ignore and install(Do this only when you trust the package) and the other alternate way is to install the package via command line using

 sudo dpkg -i deb_package_name.deb

But make sure you have the dependencies installed for a clean installation.