1. Recently tried installing Chrome browser in Ubuntu 11.10....so I downloaded the .deb file and tried installing it from the terminal via this command
sudo dpkg -i './Downloads/google-chrome-stable_current_i386.deb'
...which showed some error in between installation and came out on the terminal prompt....
2. So googled and found this solution that involves prior installing of few library files as follows :
sudo apt-get install libnspr4-0d libnss3-1d libxss1 libcurl3
this command will install the missing lib files and then on it is the repeat of the earlier command ie
sudo dpkg -i './Downloads/google-chrome-stable_current_i386.deb'
3. Should solve...let me know if u have any thing unsolved!!!
0 comments:
Post a Comment