Fedora 18: Google Chrome doesn’t work after upgrade

After I upgraded to Fedora 18 and I tried to run Google Chrome, I saw this:

$ google-chrome 
/usr/bin/google-chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

The solution is simple, just reinstall it (I assume you have google repositories added in the system):

$ yum remove 'google-chrome*'
$ yum install google-chrome-stable

It should work now.

Flattr this

Leave a Reply (Markdown syntax supported)