Google Chrome Update Won’t Install Due to Unmet Dependencies – Fix

13.04dependenciesgoogle-chrome

There was an update for Google Chrome today, and it wasn't installable due to unresolved dependencies. How can I correct this?

Screenshot of Synaptic

Best Answer

Try this.

Download dummy packages:

wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/lib32gcc1_4.7.3-1ubuntu1_all.deb
wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/lib32stdc%2B%2B6_4.7.3-1ubuntu1_all.deb
wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/libc6-i386_2.17-0ubuntu5_all.deb

Then install them:

sudo dpkg -i lib32gcc1_4.7.3-1ubuntu1_all.deb lib32stdc++6_4.7.3-1ubuntu1_all.deb libc6-i386_2.17-0ubuntu5_all.deb

Then you can install Google Chrome:

sudo dpkg -i google-chrome-stable_current_i386.deb