How to install Google Chrome in Ubuntu 11.10
If you have just upgraded to Ubuntu 11.10 and you are like me you will not be able to get Google Chrome installed. Here is the process that I found that worked for me to get Chrome installed.
1) Download Chrome from www.google.com/chrome....Remember the folder you saved in 2) Open Terminal by pressing ctrl+alt+t... 3) Run this sudo apt-get install libnspr4-0d libnss3-1d libxss1 libcurl3 4) Run this mandatory command sudo dpkg -i './Downloads/google-chrome-stable_current_amd64.deb'
