I have installed Ubuntu 12.10 and none of the browsers are working properly. Many of the webpages either take long time to load or will be rendered as just plain HTML text. Also when I tried to install 'google-chrome' it showed me this error
"The package is of bad quality - google chrome"
Please help.
11 Answer
I don't think this has to do anything with Ubuntu. It seems more like a problem of the browser or the internet connection.
Anyway, to install Google Chrome, you should head to and download the 32/64 bit .deb installer.
Once downloaded, open a terminal (Ctrl+Alt+T), go to the directory where the file is downloaded and run dpkg -i file_name.deb.
If you get an error, while installing try running this command first:
sudo apt-get install libnspr4-0d libnss3-1d libxss1 libcurl3 and then reinstall Chrome.
8