Resolve libudev0 Issue When Installing Google Chrome in Ubuntu 13.04

When installing chrome in Ubuntu 13.04, I got the following error:

chrome-ubuntu13.04

Google Chrome can not be installed because we are missing the dependency libudev0

To resolve this we need to install libudev0.

For Ubuntu 13.04 32 Bit:

cd /tmp wget https://dl.dropboxusercontent.com/u/964512/lffl/libudev0_175-0ubuntu19_i386.deb 
sudo dpkg -i *.deb 
sudo apt-get install -f

For Ubuntu 13.04 64 Bit:

cd /tmp wget  https://dl.dropboxusercontent.com/u/964512/lffl/libudev0_175-0ubuntu19_amd64.deb 
sudo dpkg -i *.deb 
sudo apt-get install -f

zinovsky@Zinovsky: -tmp_003

When installation is done you will be able to install Google Chrome under Ubuntu 13.04 ‘Raring Ringtail’.

chrome-ubuntu13.04-raring