browsers not working properly in ubuntu 12.10

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.

1

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like