I Am Having Trouble Installing Google Chrome On My Ubuntu 11.10. After Downloading It From http://www.google.com/chrome I Am Trying To Open It With A Double Click. Software Center Pops Up, I See The Loading Wheel, Then I Get A Message That The Package Cannot Be Opened. Any Help Would Be Appreciated.
|
feedback
|
|
Fire up a terminal using control+Alt+T, then write
The google chrome is missing dependencies; this fills those dependencies. You should be able to then run the package. | ||||
feedback
|
|
In order to install Google Chrome you have to run this command in the terminal : sudo apt-get install libxss1 libnspr4-0d libcurl3 Or just manually install those 3 packages :
And then you can install Google Chrome (I've got the same problem at my first install). Hope this helps :D | |||||||
feedback
|
|
It might be caused by missing packages in your repository. Try to switch to the main server. See: https://help.ubuntu.com/community/Repositories/Ubuntu#Download_Server Then re-run update-manager and install any updates. I had a similar problem with Google Chrome. | |||
|
feedback
|
|
Fire up a terminal Ctrl + Alt + T and write:
| ||||
|
feedback
|